summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-04-16 11:40:59 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-04-16 11:40:59 +0000
commite7464a23e86dbaa5b9e9b0a3bbf07b8488046c91 (patch)
tree230c8c2e7ad66fbd1d1adf7471f39477a561dfa0 /dev-perl/GnuPG-Interface
parent~amd64 (diff)
downloadhistorical-e7464a23e86dbaa5b9e9b0a3bbf07b8488046c91.tar.gz
historical-e7464a23e86dbaa5b9e9b0a3bbf07b8488046c91.tar.bz2
historical-e7464a23e86dbaa5b9e9b0a3bbf07b8488046c91.zip
Syntax fix for newdepend, bug 29064
Diffstat (limited to 'dev-perl/GnuPG-Interface')
-rw-r--r--dev-perl/GnuPG-Interface/ChangeLog8
-rw-r--r--dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild7
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-perl/GnuPG-Interface/ChangeLog b/dev-perl/GnuPG-Interface/ChangeLog
index 060915c2ee83..92fdd5bf31c2 100644
--- a/dev-perl/GnuPG-Interface/ChangeLog
+++ b/dev-perl/GnuPG-Interface/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/GnuPG-Interface
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.2 2004/03/18 21:24:30 aliz Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.3 2004/04/16 11:27:49 mcummings Exp $
+
+ 16 Apr 2004; Michael Cummings <mcummings@gentoo.org>
+ GnuPG-Interface-0.34.ebuild:
+ Syntax fix for newdepend, bug 29064
*GnuPG-Interface-0.34 (16 Dec 2003)
diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild
index 478535025329..0aa850a6a2f0 100644
--- a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild
+++ b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild,v 1.1 2003/12/16 23:13:37 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.34.ebuild,v 1.2 2004/04/16 11:27:49 mcummings Exp $
inherit perl-module
@@ -11,6 +11,7 @@ LICENSE="Artistic GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~ia64 ~alpha ~hppa"
IUSE=""
-newdepend ">=app-crypt/gnupg-1.2.1-r1 >=dev-perl/Class-MethodMaker-1.08"
+DEPEND=">=app-crypt/gnupg-1.2.1-r1
+ >=dev-perl/Class-MethodMaker-1.08"