diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-11-19 10:05:45 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-11-19 10:05:45 +0000 |
commit | d92e9820045752d05d9b6b057ffca91a453a3c14 (patch) | |
tree | bac223cf03f128dbafb092189066e4881288f1fd /dev-ruby/hiera | |
parent | Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkan... (diff) | |
download | gentoo-2-d92e9820045752d05d9b6b057ffca91a453a3c14.tar.gz gentoo-2-d92e9820045752d05d9b6b057ffca91a453a3c14.tar.bz2 gentoo-2-d92e9820045752d05d9b6b057ffca91a453a3c14.zip |
Stable for amd64 wrt bug #486002
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
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 b18be12966a3..ebca58e67335 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.13 2013/11/11 13:24:45 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/ChangeLog,v 1.14 2013/11/19 10:05:45 nimiux Exp $ + + 19 Nov 2013; Chema Alonso <nimiux@gentoo.org> hiera-1.2.1.ebuild: + Stable for amd64 wrt bug #486002 *hiera-1.2.1-r1 (11 Nov 2013) diff --git a/dev-ruby/hiera/hiera-1.2.1.ebuild b/dev-ruby/hiera/hiera-1.2.1.ebuild index 63fd3291c220..f06f976d5fae 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.3 2013/10/02 02:46:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera/hiera-1.2.1.ebuild,v 1.4 2013/11/19 10:05:45 nimiux 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 )" |