diff options
author | 2013-12-23 15:31:21 +0000 | |
---|---|---|
committer | 2013-12-23 15:31:21 +0000 | |
commit | 4a16c5f11541108502ace09db19f62dd4e03a967 (patch) | |
tree | a5c8c7971d06af27e70dc344eccfcad1ab954d33 /dev-ruby/hiera | |
parent | Stable for sparc, wrt bug #486002 (diff) | |
download | gentoo-2-4a16c5f11541108502ace09db19f62dd4e03a967.tar.gz gentoo-2-4a16c5f11541108502ace09db19f62dd4e03a967.tar.bz2 gentoo-2-4a16c5f11541108502ace09db19f62dd4e03a967.zip |
Stable for sparc, wrt bug #486002
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/hiera')
-rw-r--r-- | dev-ruby/hiera/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hiera/hiera-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hiera/ChangeLog b/dev-ruby/hiera/ChangeLog index fd743c694941..185c93395f45 100644 --- a/dev-ruby/hiera/ChangeLog +++ b/dev-ruby/hiera/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hiera # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v 1.15 2013/12/19 21:55:08 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v 1.16 2013/12/23 15:31:21 ago Exp $ + + 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> hiera-1.2.1.ebuild: + Stable for sparc, wrt bug #486002 *hiera-1.3.0 (19 Dec 2013) diff --git a/dev-ruby/hiera/hiera-1.2.1.ebuild b/dev-ruby/hiera/hiera-1.2.1.ebuild index f06f976d5fae..39aa7b057ed4 100644 --- a/dev-ruby/hiera/hiera-1.2.1.ebuild +++ b/dev-ruby/hiera/hiera-1.2.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/hiera/hiera-1.2.1.ebuild,v 1.4 2013/11/19 10:05:45 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/hiera-1.2.1.ebuild,v 1.5 2013/12/23 15:31:21 ago Exp $ EAPI=5 @@ -19,7 +19,7 @@ HOMEPAGE="http://projects.puppetlabs.com/" LICENSE="Apache-2.0" SLOT="0" IUSE="" -KEYWORDS="amd64 hppa ~ppc ~sparc ~x86" +KEYWORDS="amd64 hppa ~ppc sparc ~x86" ruby_add_bdepend "test? ( dev-ruby/mocha )" |