summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-01-22 22:42:56 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-01-22 22:42:56 +0000
commite58064c08f68a3b863c2cdd2a3b0f5c73ead7aa0 (patch)
tree99be1829c58006a771687991451fdec78c83ffcc /dev-perl/Gtk2-Ex-PrintDialog
parentStable on ppc64 (diff)
downloadgentoo-2-e58064c08f68a3b863c2cdd2a3b0f5c73ead7aa0.tar.gz
gentoo-2-e58064c08f68a3b863c2cdd2a3b0f5c73ead7aa0.tar.bz2
gentoo-2-e58064c08f68a3b863c2cdd2a3b0f5c73ead7aa0.zip
Removing SRC_TEST since when enabled, it requires a display (and another module)
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-perl/Gtk2-Ex-PrintDialog')
-rw-r--r--dev-perl/Gtk2-Ex-PrintDialog/ChangeLog7
-rw-r--r--dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog b/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog
index a42789f33826..39f4bb1b179e 100644
--- a/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog
+++ b/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog
@@ -1,6 +1,11 @@
# 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.4 2006/01/13 21:02:51 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.5 2006/01/22 22:42:56 mcummings Exp $
+
+ 22 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ Gtk2-Ex-PrintDialog-0.02.ebuild:
+ Removing SRC_TEST since when enabled, it requires a display (and another
+ module)
13 Jan 2006; Michael Cummings <mcummings@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 9173c8db4b16..804ee40d0e02 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.5 2006/01/13 21:02:51 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild,v 1.6 2006/01/22 22:42:56 mcummings Exp $
inherit perl-module
@@ -12,7 +12,7 @@ LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="x86"
IUSE="cups"
-SRC_TEST="do"
+#SRC_TEST="do"
DEPEND=""
RDEPEND="cups? ( dev-perl/Net-CUPS )