diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 18:47:56 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 18:47:56 +0000 |
commit | b234e79e759cb7c9467034ac7ff46bb948621058 (patch) | |
tree | f52c75938749c0395499a956a6a3e00ec4aeb962 /dev-ruby/ruby-libart2 | |
parent | Stable on x86 wrt bug#410031. (diff) | |
download | historical-b234e79e759cb7c9467034ac7ff46bb948621058.tar.gz historical-b234e79e759cb7c9467034ac7ff46bb948621058.tar.bz2 historical-b234e79e759cb7c9467034ac7ff46bb948621058.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'dev-ruby/ruby-libart2')
-rw-r--r-- | dev-ruby/ruby-libart2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-libart2/ruby-libart2-0.19.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby-libart2/ChangeLog b/dev-ruby/ruby-libart2/ChangeLog index 1ca3ccd65243..afb5697eb99a 100644 --- a/dev-ruby/ruby-libart2/ChangeLog +++ b/dev-ruby/ruby-libart2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-libart2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-libart2/ChangeLog,v 1.57 2012/05/01 18:24:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-libart2/ChangeLog,v 1.58 2012/05/04 18:47:55 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> ruby-libart2-0.19.4.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 01 May 2012; Raúl Porcel <armin76@gentoo.org> ruby-libart2-0.19.4.ebuild: Drop ia64/sparc keywords diff --git a/dev-ruby/ruby-libart2/ruby-libart2-0.19.4.ebuild b/dev-ruby/ruby-libart2/ruby-libart2-0.19.4.ebuild index 81863fc87b94..f7001868cae1 100644 --- a/dev-ruby/ruby-libart2/ruby-libart2-0.19.4.ebuild +++ b/dev-ruby/ruby-libart2/ruby-libart2-0.19.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-libart2/ruby-libart2-0.19.4.ebuild,v 1.8 2012/05/01 18:24:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-libart2/ruby-libart2-0.19.4.ebuild,v 1.9 2012/05/04 18:47:55 jdhore Exp $ EAPI="2" USE_RUBY="ruby18" @@ -14,7 +14,7 @@ RDEPEND="${RDEPEND} >=media-libs/libart_lgpl-2" DEPEND="${DEPEND} >=media-libs/libart_lgpl-2 - dev-util/pkgconfig" + virtual/pkgconfig" ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" |