summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 04:16:08 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 04:16:08 +0000
commit90354aa43b6e61f786ecfb62bb0bce2894dc224f (patch)
tree0ccc8c4310fdd7fdb469ab2047324f193139729e /dev-perl/Gtk2-Ex-PrintDialog
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-90354aa43b6e61f786ecfb62bb0bce2894dc224f.tar.gz
gentoo-2-90354aa43b6e61f786ecfb62bb0bce2894dc224f.tar.bz2
gentoo-2-90354aa43b6e61f786ecfb62bb0bce2894dc224f.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Gtk2-Ex-PrintDialog')
-rw-r--r--dev-perl/Gtk2-Ex-PrintDialog/ChangeLog6
-rw-r--r--dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild9
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog b/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog
index 4a0e40ee0060..ffd15ed5bdfd 100644
--- a/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog
+++ b/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Gtk2-Ex-PrintDialog
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.8 2006/07/10 20:09:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.9 2006/08/05 04:16:08 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ Gtk2-Ex-PrintDialog-0.02.ebuild:
+ Adding perl dep; fixed DEPEND
10 Jul 2006; Aron Griffis <agriffis@gentoo.org>
Gtk2-Ex-PrintDialog-0.02.ebuild:
diff --git a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild
index 8d7e068b84ce..6f46a1dbb785 100644
--- a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild
+++ b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild,v 1.9 2006/07/10 20:09:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild,v 1.10 2006/08/05 04:16:08 mcummings Exp $
inherit perl-module
@@ -14,8 +14,9 @@ KEYWORDS="~amd64 ia64 x86"
IUSE="cups"
#SRC_TEST="do"
-DEPEND=""
-RDEPEND="cups? ( dev-perl/Net-CUPS )
+DEPEND="cups? ( dev-perl/Net-CUPS )
dev-perl/gtk2-perl
- >=dev-perl/Locale-gettext-1.04"
+ >=dev-perl/Locale-gettext-1.04
+ dev-lang/perl"
+RDEPEND="${DEPEND}"