diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-15 17:36:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-15 17:36:30 +0000 |
commit | 3710e26be5c2506798a49e03b34b7ae2731e8817 (patch) | |
tree | c6c940644ffcee79a2dbd55089d24e5fd786e9ec /dev-ruby/ragol | |
parent | Add ~ppc, wrt bug #493006 (diff) | |
download | gentoo-2-3710e26be5c2506798a49e03b34b7ae2731e8817.tar.gz gentoo-2-3710e26be5c2506798a49e03b34b7ae2731e8817.tar.bz2 gentoo-2-3710e26be5c2506798a49e03b34b7ae2731e8817.zip |
Add ~ppc, wrt bug #493006
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="~ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/ragol')
-rw-r--r-- | dev-ruby/ragol/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ragol/ragol-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ruby/ragol/ChangeLog b/dev-ruby/ragol/ChangeLog index a96617d8a986..7402f8f8e3d2 100644 --- a/dev-ruby/ragol/ChangeLog +++ b/dev-ruby/ragol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ragol # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ChangeLog,v 1.2 2013/12/02 00:18:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ChangeLog,v 1.3 2013/12/15 17:36:30 ago Exp $ + + 15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> ragol-1.0.1.ebuild: + Add ~ppc, wrt bug #493006 02 Dec 2013; Jeroen Roovers <jer@gentoo.org> ragol-1.0.1.ebuild: Marked ~hppa (bug #493006). @@ -11,4 +14,3 @@ +metadata.xml: Initial import. New dependency for app-text/glark. Ebuild by Peter Wilmott in the ruby overlay. - diff --git a/dev-ruby/ragol/ragol-1.0.1.ebuild b/dev-ruby/ragol/ragol-1.0.1.ebuild index 28f4355a73b8..a73aceff85f7 100644 --- a/dev-ruby/ragol/ragol-1.0.1.ebuild +++ b/dev-ruby/ragol/ragol-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild,v 1.2 2013/12/02 00:18:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild,v 1.3 2013/12/15 17:36:30 ago Exp $ EAPI=5 USE_RUBY="ruby19" @@ -19,7 +19,7 @@ SRC_URI="https://github.com/jpace/ragol/archive/v${PV}.tar.gz -> ${PN}-git-${PV} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa" +KEYWORDS="~amd64 ~hppa ~ppc" IUSE="" ruby_add_rdepend ">=dev-ruby/logue-1.0.0" |