diff options
Diffstat (limited to 'dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild')
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild index 0d2e12f01d51..345f9ef7c87d 100644 --- a/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild +++ b/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild,v 1.1 2005/06/20 09:28:31 dams Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.10.ebuild,v 1.2 2005/06/22 08:22:16 dams Exp $ inherit perl-module DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" @@ -14,7 +14,7 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~alpha ~amd64 ~hppa ppc ppc64 ~sparc x86" IUSE="" -DEPEND="dev-perl/gtk2-perl" - +DEPEND="dev-perl/gtk2-perl + dev-perl/module-build" SRC_TEST="do" |