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 | 7e2fe21600ddb7905a45103b810b9a453586f385 (patch) | |
tree | dadd642545feb1afa0eb5bf7baf78934da4ed8fd /app-crypt/sign/sign-1.0.7.ebuild | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-7e2fe21600ddb7905a45103b810b9a453586f385.tar.gz gentoo-2-7e2fe21600ddb7905a45103b810b9a453586f385.tar.bz2 gentoo-2-7e2fe21600ddb7905a45103b810b9a453586f385.zip |
PPC Keyword modification, see changelog for details
Diffstat (limited to 'app-crypt/sign/sign-1.0.7.ebuild')
-rw-r--r-- | app-crypt/sign/sign-1.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/sign/sign-1.0.7.ebuild b/app-crypt/sign/sign-1.0.7.ebuild index 68a1d931cffb..547cc8b63cce 100644 --- a/app-crypt/sign/sign-1.0.7.ebuild +++ b/app-crypt/sign/sign-1.0.7.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/sign/sign-1.0.7.ebuild,v 1.2 2004/09/07 22:51:48 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/sign-1.0.7.ebuild,v 1.3 2004/10/05 11:46:56 pvdabeel Exp $ DESCRIPTION="File signing and signature verification utility" HOMEPAGE="http://swapped.cc/sign/" SRC_URI="http://swapped.cc/${PN}/files/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="" DEPEND=">=dev-libs/openssl-0.9.6" |