diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-11-24 14:54:45 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-11-24 14:54:45 +0000 |
commit | 676689541a79cea0107d41c9b64fe6c1775ebbd1 (patch) | |
tree | c279c3863ead52ab18d31be5f4d2f42e36f495a6 /app-forensics/air | |
parent | Fixed installation issue on amd64. Added new postal code dictionaries. (diff) | |
download | gentoo-2-676689541a79cea0107d41c9b64fe6c1775ebbd1.tar.gz gentoo-2-676689541a79cea0107d41c9b64fe6c1775ebbd1.tar.bz2 gentoo-2-676689541a79cea0107d41c9b64fe6c1775ebbd1.zip |
Fix obvious typo.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics/air')
-rw-r--r-- | app-forensics/air/ChangeLog | 5 | ||||
-rw-r--r-- | app-forensics/air/air-1.2.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-forensics/air/ChangeLog b/app-forensics/air/ChangeLog index 2c77400a31da..b876190539bb 100644 --- a/app-forensics/air/ChangeLog +++ b/app-forensics/air/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/air # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.17 2009/04/30 17:46:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.18 2009/11/24 14:54:45 flameeyes Exp $ + + 24 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> air-1.2.8-r1.ebuild: + Fix obvious typo. 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -air-1.2.8.ebuild: Remove old diff --git a/app-forensics/air/air-1.2.8-r1.ebuild b/app-forensics/air/air-1.2.8-r1.ebuild index 4d969f378736..ccb686c8ce86 100644 --- a/app-forensics/air/air-1.2.8-r1.ebuild +++ b/app-forensics/air/air-1.2.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-1.2.8-r1.ebuild,v 1.1 2009/04/08 17:23:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-1.2.8-r1.ebuild,v 1.2 2009/11/24 14:54:45 flameeyes Exp $ DESCRIPTION="A GUI front-end to dd/dcfldd" HOMEPAGE="http://air-imager.sourceforge.net/" @@ -52,5 +52,5 @@ src_install() { } pkg_postinst() { - elog "The author, steve@unixgurus.com, would appreciate and email of the install file /usr/share/doc/${PF}/air-install.log" + elog "The author, steve@unixgurus.com, would appreciate an email of the install file /usr/share/doc/${PF}/air-install.log" } |