diff options
-rw-r--r-- | app-crypt/aespipe/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/aespipe/aespipe-2.3e.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/aespipe/ChangeLog b/app-crypt/aespipe/ChangeLog index a454807476c0..c2d27a1f7998 100644 --- a/app-crypt/aespipe/ChangeLog +++ b/app-crypt/aespipe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/aespipe -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.27 2009/04/26 19:13:42 ranger Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.28 2010/01/01 19:56:57 fauli Exp $ + + 01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> aespipe-2.3e.ebuild: + Transfer Prefix keywords 26 Apr 2009; Brent Baude <ranger@gentoo.org> aespipe-2.3e.ebuild: stable ppc, bug 266045 diff --git a/app-crypt/aespipe/aespipe-2.3e.ebuild b/app-crypt/aespipe/aespipe-2.3e.ebuild index e56bfb923813..e88ba772101a 100644 --- a/app-crypt/aespipe/aespipe-2.3e.ebuild +++ b/app-crypt/aespipe/aespipe-2.3e.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.3e.ebuild,v 1.5 2009/04/26 19:13:42 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.3e.ebuild,v 1.6 2010/01/01 19:56:57 fauli 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 ppc64 sparc x86" +KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="static" DEPEND="" RDEPEND="app-arch/sharutils" |