diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-17 16:35:25 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-17 16:35:25 +0000 |
commit | b16ce51e0513d83ddb1d3dfade2d18d889073028 (patch) | |
tree | 080bdd0361021edd6ad42926840447cf9dab4b5d /dev-perl/Gtk2-Sexy | |
parent | Add missing pkg-config dependency. Thanks Patrick in bug #206173. (diff) | |
download | gentoo-2-b16ce51e0513d83ddb1d3dfade2d18d889073028.tar.gz gentoo-2-b16ce51e0513d83ddb1d3dfade2d18d889073028.tar.bz2 gentoo-2-b16ce51e0513d83ddb1d3dfade2d18d889073028.zip |
Add missing pkg-config dependency. Thanks Patrick in bug #206175.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-perl/Gtk2-Sexy')
-rw-r--r-- | dev-perl/Gtk2-Sexy/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.02.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/Gtk2-Sexy/ChangeLog b/dev-perl/Gtk2-Sexy/ChangeLog index 395f12e4ff84..280f85a58098 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Sexy/ChangeLog,v 1.1 2007/10/20 17:35:33 ian Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Sexy/ChangeLog,v 1.2 2008/01/17 16:35:25 flameeyes Exp $ + + 17 Jan 2008; Diego Pettenò <flameeyes@gentoo.org> Gtk2-Sexy-0.02.ebuild: + Add missing pkg-config dependency. Thanks Patrick in bug #206175. 20 Oct 2007; Christian Hartmann <ian@gentoo.org> ChangeLog: New package; bug #192839; original ebuild by Joel Cunningham diff --git a/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.02.ebuild b/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.02.ebuild index 1b4dd77ef501..55d1d9c6a673 100644 --- a/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.02.ebuild +++ b/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.02.ebuild,v 1.1 2007/10/20 17:35:33 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Sexy/Gtk2-Sexy-0.02.ebuild,v 1.2 2008/01/17 16:35:25 flameeyes Exp $ inherit perl-module @@ -13,6 +13,7 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-perl/gtk2-perl +RDEPEND="dev-perl/gtk2-perl dev-lang/perl" -RDEPEND=${DEPEND} +DEPEND="${RDEPEND} + dev-util/pkgconfig" |