diff options
Diffstat (limited to 'app-crypt/aespipe')
-rw-r--r-- | app-crypt/aespipe/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/aespipe/aespipe-2.3b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/aespipe/ChangeLog b/app-crypt/aespipe/ChangeLog index bd86c9a06fb0..c4eae850ea68 100644 --- a/app-crypt/aespipe/ChangeLog +++ b/app-crypt/aespipe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/aespipe # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.21 2007/02/22 11:43:48 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.22 2007/02/27 13:14:44 grobian Exp $ + + 27 Feb 2007; Fabian Groffen <grobian@gentoo.org> aespipe-2.3b.ebuild: + Dropped ppc-macos keyword, see you in prefix 22 Feb 2007; Alon Bar-Lev <alonbl@gentoo.org> metadata.xml, -aespipe-2.2a.ebuild, aespipe-2.3b.ebuild: diff --git a/app-crypt/aespipe/aespipe-2.3b.ebuild b/app-crypt/aespipe/aespipe-2.3b.ebuild index 6655bd859c95..f9bce3609770 100644 --- a/app-crypt/aespipe/aespipe-2.3b.ebuild +++ b/app-crypt/aespipe/aespipe-2.3b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.3b.ebuild,v 1.12 2007/02/22 11:43:48 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.3b.ebuild,v 1.13 2007/02/27 13:14:44 grobian Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc-macos ppc64 sparc x86" +KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="static" DEPEND="" RDEPEND="app-arch/sharutils" |