diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-12-04 14:06:04 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-12-04 14:06:04 +0000 |
commit | cde6507abb1ae48d32c975adc22faab1c04cab5d (patch) | |
tree | ec59fe9a959ca5c93a9a02e25c38a4beb550be41 /dev-ruby/pkg-config | |
parent | Version Bump (diff) | |
download | gentoo-2-cde6507abb1ae48d32c975adc22faab1c04cab5d.tar.gz gentoo-2-cde6507abb1ae48d32c975adc22faab1c04cab5d.tar.bz2 gentoo-2-cde6507abb1ae48d32c975adc22faab1c04cab5d.zip |
Add ~alpha/~ia64/~sparc wrt #391759
(Portage version: 2.1.10.38/cvs/Linux ia64)
Diffstat (limited to 'dev-ruby/pkg-config')
-rw-r--r-- | dev-ruby/pkg-config/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/pkg-config/pkg-config-1.1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/pkg-config/pkg-config-1.1.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/pkg-config/ChangeLog b/dev-ruby/pkg-config/ChangeLog index c0036f4fd99a..ffa23b9fb350 100644 --- a/dev-ruby/pkg-config/ChangeLog +++ b/dev-ruby/pkg-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/pkg-config # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.4 2011/09/23 13:37:16 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.5 2011/12/04 14:06:04 armin76 Exp $ + + 04 Dec 2011; Raúl Porcel <armin76@gentoo.org> pkg-config-1.1.1.ebuild, + pkg-config-1.1.2.ebuild: + Add ~alpha/~ia64/~sparc wrt #391759 23 Sep 2011; Kacper Kowalik <xarthisius@gentoo.org> pkg-config-1.1.2.ebuild: Add ~ppc keyword for dev-ruby/ruby-gstreamer diff --git a/dev-ruby/pkg-config/pkg-config-1.1.1.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.1.ebuild index 89b0984a4635..a0dc6c9b52be 100644 --- a/dev-ruby/pkg-config/pkg-config-1.1.1.ebuild +++ b/dev-ruby/pkg-config/pkg-config-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.1.ebuild,v 1.1 2011/05/26 17:28:40 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.1.ebuild,v 1.2 2011/12/04 14:06:04 armin76 Exp $ EAPI="2" USE_RUBY="ruby18 ruby19" @@ -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 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" SLOT="0" IUSE="" diff --git a/dev-ruby/pkg-config/pkg-config-1.1.2.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.2.ebuild index 14a783034979..902f8bab60b6 100644 --- a/dev-ruby/pkg-config/pkg-config-1.1.2.ebuild +++ b/dev-ruby/pkg-config/pkg-config-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.2.ebuild,v 1.3 2011/09/23 13:37:16 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.2.ebuild,v 1.4 2011/12/04 14:06:04 armin76 Exp $ EAPI="2" USE_RUBY="ruby18 ruby19 ree18" @@ -17,7 +17,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 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" SLOT="0" IUSE="" |