diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-17 16:37:47 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-01-17 16:37:47 +0000 |
commit | d5cd5f31e019cc15adc2e05fd93728ecab87e0f9 (patch) | |
tree | 344d6759dc77b460ed47c22b931982ac0a8dc470 | |
parent | Add missing pkg-config dependency. Thanks Patrick in bug #206175. (diff) | |
download | historical-d5cd5f31e019cc15adc2e05fd93728ecab87e0f9.tar.gz historical-d5cd5f31e019cc15adc2e05fd93728ecab87e0f9.tar.bz2 historical-d5cd5f31e019cc15adc2e05fd93728ecab87e0f9.zip |
Add missing pkg-config dependency. Thanks Patrick in bug #206186.
Package-Manager: portage-2.1.4
-rw-r--r-- | dev-perl/gtk2-spell/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-perl/gtk2-spell/ChangeLog b/dev-perl/gtk2-spell/ChangeLog index a265ae3831af..e6b39003614f 100644 --- a/dev-perl/gtk2-spell/ChangeLog +++ b/dev-perl/gtk2-spell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/gtk2-spell -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.16 2007/01/15 22:37:28 mcummings Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.17 2008/01/17 16:37:47 flameeyes Exp $ + + 17 Jan 2008; Diego Pettenò <flameeyes@gentoo.org> gtk2-spell-1.03.ebuild: + Add missing pkg-config dependency. Thanks Patrick in bug #206186. 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> gtk2-spell-1.03.ebuild: diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild b/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild index a8e0459af6ac..f0548d11fe75 100644 --- a/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild +++ b/dev-perl/gtk2-spell/gtk2-spell-1.03.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-spell/gtk2-spell-1.03.ebuild,v 1.14 2007/07/10 23:33:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.15 2008/01/17 16:37:47 flameeyes Exp $ inherit perl-module @@ -15,11 +15,13 @@ LICENSE="GPL-2" KEYWORDS="alpha amd64 ~hppa ia64 ~ppc sparc x86" IUSE="" -DEPEND=">=x11-libs/gtk+-2 +RDEPEND=">=x11-libs/gtk+-2 >=app-text/gtkspell-2 >=dev-perl/glib-perl-1.012 >=dev-perl/gtk2-perl-1.012 dev-lang/perl" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { unpack ${A} |