diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-10-05 11:46:56 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-10-05 11:46:56 +0000 |
commit | e558e6585d675b37966c229e11fd258fbf27afb4 (patch) | |
tree | f44d967e456fde0de5a8c51ee862e3ce92604c3f /app-crypt/aespipe | |
parent | Added ~sparc keyword. (diff) | |
download | historical-e558e6585d675b37966c229e11fd258fbf27afb4.tar.gz historical-e558e6585d675b37966c229e11fd258fbf27afb4.tar.bz2 historical-e558e6585d675b37966c229e11fd258fbf27afb4.zip |
PPC Keyword modification, see changelog for details
Diffstat (limited to 'app-crypt/aespipe')
-rw-r--r-- | app-crypt/aespipe/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/aespipe/aespipe-2.2a.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-crypt/aespipe/ChangeLog b/app-crypt/aespipe/ChangeLog index 7fa8da2b01d0..78817e53f478 100644 --- a/app-crypt/aespipe/ChangeLog +++ b/app-crypt/aespipe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/aespipe # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.4 2004/09/03 01:19:22 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.5 2004/10/05 11:46:56 pvdabeel Exp $ + + 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> + aespipe-2.2a.ebuild: + Masked aespipe-2.2a.ebuild stable for ppc 03 Sep 2004; David Holm <dholm@gentoo.org> aespipe-2.2a.ebuild: Added to ~ppc. diff --git a/app-crypt/aespipe/aespipe-2.2a.ebuild b/app-crypt/aespipe/aespipe-2.2a.ebuild index 6a1ab5b0d0eb..24cbfcaa98ae 100644 --- a/app-crypt/aespipe/aespipe-2.2a.ebuild +++ b/app-crypt/aespipe/aespipe-2.2a.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.2a.ebuild,v 1.4 2004/09/03 01:19:22 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.2a.ebuild,v 1.5 2004/10/05 11:46:56 pvdabeel Exp $ DESCRIPTION="Encrypts data from stdin to stdout." HOMEPAGE="http://loop-aes.sourceforge.net" SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64 ~ppc" +KEYWORDS="x86 amd64 ppc" IUSE="static" DEPEND="" S="${WORKDIR}/${PN}-v${PV}" |