diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-11 21:09:01 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-11 21:09:01 +0000 |
commit | dcc85af09bfe3bba35559a57398ec892400daa6b (patch) | |
tree | b27b0532785e9729daaa60d86e560dd304f0957f /app-crypt/tinyca/tinyca-2.0.7.1.ebuild | |
parent | Virtuals for some perl-core deps (diff) | |
download | gentoo-2-dcc85af09bfe3bba35559a57398ec892400daa6b.tar.gz gentoo-2-dcc85af09bfe3bba35559a57398ec892400daa6b.tar.bz2 gentoo-2-dcc85af09bfe3bba35559a57398ec892400daa6b.zip |
Virtuals for some perl-core deps
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-crypt/tinyca/tinyca-2.0.7.1.ebuild')
-rw-r--r-- | app-crypt/tinyca/tinyca-2.0.7.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/tinyca/tinyca-2.0.7.1.ebuild b/app-crypt/tinyca/tinyca-2.0.7.1.ebuild index 445ab9a951b9..153f40b9844b 100644 --- a/app-crypt/tinyca/tinyca-2.0.7.1.ebuild +++ b/app-crypt/tinyca/tinyca-2.0.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/tinyca/tinyca-2.0.7.1.ebuild,v 1.1 2005/12/10 18:11:53 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tinyca/tinyca-2.0.7.1.ebuild,v 1.2 2006/02/11 21:09:01 mcummings Exp $ MY_P="${PN}${PV/./-}" DESCRIPTION="Simple Perl/Tk GUI to manage a small certification authority" @@ -14,7 +14,7 @@ IUSE="" RDEPEND=">=dev-libs/openssl-0.9.7e dev-perl/Locale-gettext - >=perl-core/MIME-Base64-2.12 + >=virtual/perl-MIME-Base64-2.12 dev-perl/gtk2-perl" DEPEND="${RDEPEND} >=sys-apps/sed-4" |