diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-15 17:36:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-15 17:36:47 +0000 |
commit | ade02b8adcacc2b7604d2872076275e89f7d2fbb (patch) | |
tree | bf690af9017bbc91b003b77a771b938c1b740949 /dev-ruby/riel | |
parent | Add ~sparc, wrt bug #493006 (diff) | |
download | gentoo-2-ade02b8adcacc2b7604d2872076275e89f7d2fbb.tar.gz gentoo-2-ade02b8adcacc2b7604d2872076275e89f7d2fbb.tar.bz2 gentoo-2-ade02b8adcacc2b7604d2872076275e89f7d2fbb.zip |
Add ~sparc, wrt bug #493006
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="~sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/riel')
-rw-r--r-- | dev-ruby/riel/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/riel/riel-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/riel/ChangeLog b/dev-ruby/riel/ChangeLog index ab799b572b64..353f681308db 100644 --- a/dev-ruby/riel/ChangeLog +++ b/dev-ruby/riel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/riel # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/riel/ChangeLog,v 1.3 2013/12/15 17:36:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/riel/ChangeLog,v 1.4 2013/12/15 17:36:47 ago Exp $ + + 15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> riel-1.2.0.ebuild: + Add ~sparc, wrt bug #493006 15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> riel-1.2.0.ebuild: Add ~ppc, wrt bug #493006 diff --git a/dev-ruby/riel/riel-1.2.0.ebuild b/dev-ruby/riel/riel-1.2.0.ebuild index eb1bedd2e34c..acff33a04c29 100644 --- a/dev-ruby/riel/riel-1.2.0.ebuild +++ b/dev-ruby/riel/riel-1.2.0.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/riel/riel-1.2.0.ebuild,v 1.3 2013/12/15 17:36:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/riel/riel-1.2.0.ebuild,v 1.4 2013/12/15 17:36:47 ago Exp $ EAPI=5 USE_RUBY="ruby19" @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jpace/riel/archive/v${PV}.tar.gz -> ${PN}-git-${PV}. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc" IUSE="" ruby_add_rdepend ">=dev-ruby/rainbow-1.1.4 dev-ruby/logue" |