diff options
-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 6fccd202209f..de26fb1277f3 100644 --- a/app-crypt/aespipe/ChangeLog +++ b/app-crypt/aespipe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/aespipe # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.15 2006/09/22 19:06:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.16 2006/09/22 19:23:16 ticho Exp $ + + 22 Sep 2006; <ticho@gentoo.org> aespipe-2.3b.ebuild: + Stable on x86, bug #145410. 22 Sep 2006; <blubb@gentoo.org> aespipe-2.3b.ebuild: stable on amd64 diff --git a/app-crypt/aespipe/aespipe-2.3b.ebuild b/app-crypt/aespipe/aespipe-2.3b.ebuild index 37af02ccda93..1ca4a066f605 100644 --- a/app-crypt/aespipe/aespipe-2.3b.ebuild +++ b/app-crypt/aespipe/aespipe-2.3b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.7 2006/09/22 19:06:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.3b.ebuild,v 1.8 2006/09/22 19:23:16 ticho 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 sparc ~x86" +KEYWORDS="amd64 ppc ppc-macos sparc x86" IUSE="static" DEPEND="" |