diff options
author | 2014-08-12 18:39:09 +0000 | |
---|---|---|
committer | 2014-08-12 18:39:09 +0000 | |
commit | 4ab2d9bc31dbfa190931bc78df87dc82392bbae9 (patch) | |
tree | 8d959c70ee6495c773ca12cfbe9b6ab498e1cdc3 /dev-ruby/childlabor | |
parent | Keyword ~ppc and ~ppc64, bug #519170 (diff) | |
download | gentoo-2-4ab2d9bc31dbfa190931bc78df87dc82392bbae9.tar.gz gentoo-2-4ab2d9bc31dbfa190931bc78df87dc82392bbae9.tar.bz2 gentoo-2-4ab2d9bc31dbfa190931bc78df87dc82392bbae9.zip |
Keyword ~ppc and ~ppc64, bug #519170
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-ruby/childlabor')
-rw-r--r-- | dev-ruby/childlabor/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/childlabor/ChangeLog b/dev-ruby/childlabor/ChangeLog index 61e92475707a..9c08e60d00cb 100644 --- a/dev-ruby/childlabor/ChangeLog +++ b/dev-ruby/childlabor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/childlabor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/ChangeLog,v 1.8 2014/04/19 07:57:13 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/ChangeLog,v 1.9 2014/08/12 18:39:09 blueness Exp $ + + 12 Aug 2014; Anthony G. Basile <blueness@gentoo.org> + childlabor-0.0.3-r1.ebuild: + Keyword ~ppc and ~ppc64, bug #519170 19 Apr 2014; Hans de Graaff <graaff@gentoo.org> childlabor-0.0.3-r1.ebuild: Add ruby21. Avoid spec failing with portage. diff --git a/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild b/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild index 5bd38290694d..456ca4b1601d 100644 --- a/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild +++ b/dev-ruby/childlabor/childlabor-0.0.3-r1.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/childlabor/childlabor-0.0.3-r1.ebuild,v 1.3 2014/04/19 07:57:13 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild,v 1.4 2014/08/12 18:39:09 blueness Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" @@ -19,7 +19,7 @@ SRC_URI="https://github.com/carllerche/childlabor/archive/${COMMIT_ID}.tar.gz -> LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="test" RUBY_S="${PN}-${COMMIT_ID}" |