diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-23 14:37:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-23 14:37:11 +0000 |
commit | 56a3a7b04b6108f810f77799e0e419ad301acd9d (patch) | |
tree | 7283a952b5b6b25879447de4ff84c9756bfb76ea /dev-ruby/pkg-config/pkg-config-1.1.5.ebuild | |
parent | Fix missing dep on tinfo (bug #529776). Thanks Diego (diff) | |
download | historical-56a3a7b04b6108f810f77799e0e419ad301acd9d.tar.gz historical-56a3a7b04b6108f810f77799e0e419ad301acd9d.tar.bz2 historical-56a3a7b04b6108f810f77799e0e419ad301acd9d.zip |
Stable for ppc, wrt bug #521316
Package-Manager: portage-2.2.8-r2/cvs/Linux x86_64
RepoMan-Options: --include-arches="ppc"
Manifest-Sign-Key: 0x7194459F
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 | 4 |
1 files changed, 2 insertions, 2 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 d40bcb54c4ef..26a056880b77 100644 --- a/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild +++ b/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild @@ -1,6 +1,6 @@ # 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.5 2014/08/30 11:31:13 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.5.ebuild,v 1.6 2014/11/23 14:37:10 ago Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -15,7 +15,7 @@ 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" |