diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-02-18 18:21:21 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-02-18 18:21:21 +0000 |
commit | f6c415f22ddca9d833dd65e659bfbc1dd418bac8 (patch) | |
tree | 35f116c45c04fccb31e144071c9374ba5a6eb2f8 /app-crypt/aespipe | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-f6c415f22ddca9d833dd65e659bfbc1dd418bac8.tar.gz gentoo-2-f6c415f22ddca9d833dd65e659bfbc1dd418bac8.tar.bz2 gentoo-2-f6c415f22ddca9d833dd65e659bfbc1dd418bac8.zip |
Stable on ppc64
(Portage version: 2.1.2-r9)
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 d0376897b407..5871b3f7035f 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.19 2007/01/25 06:44:29 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.20 2007/02/18 18:21:21 corsair Exp $ + + 18 Feb 2007; Markus Rothe <corsair@gentoo.org> aespipe-2.3b.ebuild: + Stable on ppc64 25 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> aespipe-2.3b.ebuild: Oops, typo. diff --git a/app-crypt/aespipe/aespipe-2.3b.ebuild b/app-crypt/aespipe/aespipe-2.3b.ebuild index 100badf375e0..8ab1008bcea7 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.10 2007/01/25 06:44:29 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.3b.ebuild,v 1.11 2007/02/18 18:21:21 corsair 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 ppc-macos ppc64 sparc x86" IUSE="static" DEPEND="" |