diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-05-21 12:55:17 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-05-21 12:55:17 +0000 |
commit | eb2fd1c1bc90243d4ef1c0f4a5508463373dfa11 (patch) | |
tree | 039534a1b2792157eaeb64ea1d9e997554513fb8 /dev-ruby | |
parent | Move pkgconfig to DEPEND, repoman warnings. (diff) | |
download | gentoo-2-eb2fd1c1bc90243d4ef1c0f4a5508463373dfa11.tar.gz gentoo-2-eb2fd1c1bc90243d4ef1c0f4a5508463373dfa11.tar.bz2 gentoo-2-eb2fd1c1bc90243d4ef1c0f4a5508463373dfa11.zip |
Move pkgconfig to DEPEND.
(Portage version: 2.1.5)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.16.0.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/ruby-gdkpixbuf2/ChangeLog b/dev-ruby/ruby-gdkpixbuf2/ChangeLog index 52844969d17f..2240cf3c618a 100644 --- a/dev-ruby/ruby-gdkpixbuf2/ChangeLog +++ b/dev-ruby/ruby-gdkpixbuf2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-gdkpixbuf2 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog,v 1.42 2008/04/06 17:28:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ChangeLog,v 1.43 2008/05/21 12:55:17 drac Exp $ + + 21 May 2008; Samuli Suominen <drac@gentoo.org> + ruby-gdkpixbuf2-0.16.0.ebuild: + Move pkgconfig to DEPEND. 06 Apr 2008; Hans de Graaff <graaff@gentoo.org> ruby-gdkpixbuf2-0.16.0.ebuild: diff --git a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.16.0.ebuild b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.16.0.ebuild index cc7e0ab8e65a..af126664083b 100644 --- a/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.16.0.ebuild +++ b/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.16.0.ebuild,v 1.7 2008/04/06 17:28:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-0.16.0.ebuild,v 1.8 2008/05/21 12:55:17 drac Exp $ inherit ruby ruby-gnome2 @@ -8,7 +8,7 @@ DESCRIPTION="Ruby GdkPixbuf2 bindings" KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="" USE_RUBY="ruby18 ruby19" -DEPEND=">=x11-libs/gtk+-2.0.0 +RDEPEND=">=dev-ruby/ruby-glib2-${PV} + >=x11-libs/gtk+-2" +DEPEND="${RDEPEND} dev-util/pkgconfig" -RDEPEND="${DEPEND} - >=dev-ruby/ruby-glib2-${PV}" |