diff options
-rw-r--r-- | dev-perl/Gtk2-Sexy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.05.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-perl/Gtk2-Sexy/ChangeLog b/dev-perl/Gtk2-Sexy/ChangeLog index 601293471f52..a92bfcf6a654 100644 --- a/dev-perl/Gtk2-Sexy/ChangeLog +++ b/dev-perl/Gtk2-Sexy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Gtk2-Sexy # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Sexy/ChangeLog,v 1.5 2009/03/13 12:39:23 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Sexy/ChangeLog,v 1.6 2009/11/23 21:27:40 tove Exp $ + + 23 Nov 2009; Torsten Veller <tove@gentoo.org> Gtk2-Sexy-0.05.ebuild: + Add missing deps: ExtUtils::Depends, ExtUtils::PkgConfig (#294300) 13 Mar 2009; Torsten Veller <tove@gentoo.org> -Gtk2-Sexy-0.02.ebuild, -Gtk2-Sexy-0.04.ebuild: diff --git a/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.05.ebuild b/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.05.ebuild index c7d6f89858fc..02e21a6df6fd 100644 --- a/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.05.ebuild +++ b/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.05.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.05.ebuild,v 1.1 2008/12/23 18:56:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.05.ebuild,v 1.2 2009/11/23 21:27:40 tove Exp $ MODULE_AUTHOR=FLORA inherit perl-module @@ -16,4 +16,6 @@ RDEPEND="dev-perl/gtk2-perl x11-libs/libsexy dev-lang/perl" DEPEND="${RDEPEND} + dev-perl/extutils-depends + dev-perl/extutils-pkgconfig dev-util/pkgconfig" |