diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 08:49:48 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 08:49:48 +0000 |
commit | 22465c0e7aad821f60aea6c5d7411967da3f5f36 (patch) | |
tree | ac088dcbcf171f87a419c6ed9ee0d47c6d221f0d /app-misc/tinyca | |
parent | QA - Add IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-22465c0e7aad821f60aea6c5d7411967da3f5f36.tar.gz gentoo-2-22465c0e7aad821f60aea6c5d7411967da3f5f36.tar.bz2 gentoo-2-22465c0e7aad821f60aea6c5d7411967da3f5f36.zip |
QA - Add IUSE.
Diffstat (limited to 'app-misc/tinyca')
-rw-r--r-- | app-misc/tinyca/tinyca-0.5.4-r1.ebuild | 3 | ||||
-rw-r--r-- | app-misc/tinyca/tinyca-0.5.4.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/tinyca/tinyca-0.5.4-r1.ebuild b/app-misc/tinyca/tinyca-0.5.4-r1.ebuild index 8439e9530d7a..98cb6e95ad12 100644 --- a/app-misc/tinyca/tinyca-0.5.4-r1.ebuild +++ b/app-misc/tinyca/tinyca-0.5.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tinyca/tinyca-0.5.4-r1.ebuild,v 1.2 2004/03/23 23:33:14 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tinyca/tinyca-0.5.4-r1.ebuild,v 1.3 2004/06/14 08:47:54 kloeri Exp $ DESCRIPTION="Simple Perl/Tk GUI to manage a small certification authority" HOMEPAGE="http://tinyca.sm-zone.net/" @@ -9,6 +9,7 @@ SRC_URI="http://tinyca.sm-zone.net/${P}.tar.bz2" LICENSE="Artistic" SLOT="0" KEYWORDS="x86 ~sparc" +IUSE="" DEPEND=">=dev-libs/openssl-0.9.6i dev-perl/Locale-gettext diff --git a/app-misc/tinyca/tinyca-0.5.4.ebuild b/app-misc/tinyca/tinyca-0.5.4.ebuild index b886c81c22d3..2867526a094c 100644 --- a/app-misc/tinyca/tinyca-0.5.4.ebuild +++ b/app-misc/tinyca/tinyca-0.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tinyca/tinyca-0.5.4.ebuild,v 1.2 2004/01/31 20:21:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tinyca/tinyca-0.5.4.ebuild,v 1.3 2004/06/14 08:47:54 kloeri Exp $ DESCRIPTION="Simple Perl/Tk GUI to manage a small certification authority" HOMEPAGE="http://tinyca.sm-zone.net/" @@ -9,6 +9,7 @@ SRC_URI="http://tinyca.sm-zone.net/${P}.tar.bz2" LICENSE="Artistic" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND=">=dev-libs/openssl-0.9.6i dev-perl/Locale-gettext |