diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-30 11:31:17 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-30 11:31:17 +0000 |
commit | 26911c0f47fbcf913edfcf4fec70af64ed386ac4 (patch) | |
tree | 08923ed13b576d8b7c5b96edd3622fc68256d827 /dev-ruby/pkg-config/pkg-config-1.1.5.ebuild | |
parent | Cleanup old. (diff) | |
download | historical-26911c0f47fbcf913edfcf4fec70af64ed386ac4.tar.gz historical-26911c0f47fbcf913edfcf4fec70af64ed386ac4.tar.bz2 historical-26911c0f47fbcf913edfcf4fec70af64ed386ac4.zip |
Move ruby21 to -r1. Stable for amd64. See bug #521316.
Package-Manager: portage-2.2.12/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/pkg-config/pkg-config-1.1.5.ebuild')
-rw-r--r-- | dev-ruby/pkg-config/pkg-config-1.1.5.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild index d832b404da1c..d40bcb54c4ef 100644 --- a/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild +++ b/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild @@ -1,23 +1,21 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild,v 1.4 2014/08/16 14:13:03 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild,v 1.5 2014/08/30 11:31:13 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS" RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_RECIPE_TEST="none" - inherit ruby-fakegem DESCRIPTION="A pkg-config implementation by Ruby" HOMEPAGE="https://github.com/rcairo/pkg-config" LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" SLOT="0" IUSE="test" |