diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-01 10:59:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-01 10:59:08 +0000 |
commit | 56e2ef18dab968124e1c4a7c440219ed574cdd02 (patch) | |
tree | 19f9c40c15852a27599d634812f5f33235dfab28 /dev-ruby/loofah | |
parent | supress an error message in case avahi is not installed, bug #532328 (diff) | |
download | gentoo-2-56e2ef18dab968124e1c4a7c440219ed574cdd02.tar.gz gentoo-2-56e2ef18dab968124e1c4a7c440219ed574cdd02.tar.bz2 gentoo-2-56e2ef18dab968124e1c4a7c440219ed574cdd02.zip |
Stable for ~ppc, wrt bug #534186
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="~ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/loofah')
-rw-r--r-- | dev-ruby/loofah/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/loofah/loofah-2.0.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-ruby/loofah/ChangeLog b/dev-ruby/loofah/ChangeLog index 888b329a5715..d0ed64e89fe0 100644 --- a/dev-ruby/loofah/ChangeLog +++ b/dev-ruby/loofah/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-ruby/loofah -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loofah/ChangeLog,v 1.1 2014/12/31 14:18:46 graaff Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loofah/ChangeLog,v 1.2 2015/01/01 10:59:08 ago Exp $ + + 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> loofah-2.0.1.ebuild: + Stable for ~ppc, wrt bug #534186 *loofah-2.0.1 (31 Dec 2014) 31 Dec 2014; Hans de Graaff <graaff@gentoo.org> +loofah-2.0.1.ebuild, +metadata.xml: Initial import. New dependency for Rails 4.2. - diff --git a/dev-ruby/loofah/loofah-2.0.1.ebuild b/dev-ruby/loofah/loofah-2.0.1.ebuild index 28ef7626aba5..68e50c572375 100644 --- a/dev-ruby/loofah/loofah-2.0.1.ebuild +++ b/dev-ruby/loofah/loofah-2.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loofah/loofah-2.0.1.ebuild,v 1.1 2014/12/31 14:18:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loofah/loofah-2.0.1.ebuild,v 1.2 2015/01/01 10:59:08 ago Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc" IUSE="" ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9" |