diff options
Diffstat (limited to 'app-crypt/aespipe/aespipe-2.2a.ebuild')
-rw-r--r-- | app-crypt/aespipe/aespipe-2.2a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |