diff options
author | 2005-01-01 04:00:37 +0000 | |
---|---|---|
committer | 2005-01-01 04:00:37 +0000 | |
commit | 79fd898696e0fc8b4035b99f15172b959ed0a5f8 (patch) | |
tree | c39e22b81530b0867ef492145f8454c15b529647 /app-crypt/aespipe | |
parent | Changed to 'use sparc' over the PROFILE_ARCH sparc64 for borked audio workaro... (diff) | |
download | historical-79fd898696e0fc8b4035b99f15172b959ed0a5f8.tar.gz historical-79fd898696e0fc8b4035b99f15172b959ed0a5f8.tar.bz2 historical-79fd898696e0fc8b4035b99f15172b959ed0a5f8.zip |
Added ~sparc keyword.
Diffstat (limited to 'app-crypt/aespipe')
-rw-r--r-- | app-crypt/aespipe/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/aespipe/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/aespipe/aespipe-2.2a.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/aespipe/ChangeLog b/app-crypt/aespipe/ChangeLog index 78817e53f478..6a490b5f9985 100644 --- a/app-crypt/aespipe/ChangeLog +++ b/app-crypt/aespipe/ChangeLog @@ -1,6 +1,9 @@ # 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.5 2004/10/05 11:46:56 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.6 2005/01/01 04:00:37 weeve Exp $ + + 31 Dec 2004; Jason Wever <weeve@gentoo.org> aespipe-2.2a.ebuild: + Added ~sparc keyword. 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> aespipe-2.2a.ebuild: diff --git a/app-crypt/aespipe/Manifest b/app-crypt/aespipe/Manifest index be7006eba53b..e67d6ffbb7a9 100644 --- a/app-crypt/aespipe/Manifest +++ b/app-crypt/aespipe/Manifest @@ -1,4 +1,4 @@ -MD5 3d0c24f910e3d46df47a46af4b6920e8 ChangeLog 706 -MD5 83a790498a44977314a6c56ddc91924c aespipe-2.2a.ebuild 726 +MD5 9d4273f11a1340f60f61622e568f9a93 ChangeLog 795 +MD5 82be5078d9cacb7a0a389e63c2bc7558 aespipe-2.2a.ebuild 730 MD5 51334b67d2cbed22e0efec4143bc6ff0 metadata.xml 245 MD5 a26129290dfe5d81ab805764dc03d3dd files/digest-aespipe-2.2a 65 diff --git a/app-crypt/aespipe/aespipe-2.2a.ebuild b/app-crypt/aespipe/aespipe-2.2a.ebuild index 24cbfcaa98ae..5f271e07ef5c 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.5 2004/10/05 11:46:56 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.2a.ebuild,v 1.6 2005/01/01 04:00:37 weeve 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 ~sparc" IUSE="static" DEPEND="" S="${WORKDIR}/${PN}-v${PV}" |