diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 21:04:23 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 21:04:23 +0000 |
commit | bcb61fdada6e7eafdbfe72b7048ee05924ee97f0 (patch) | |
tree | bba5f9f1c49bffe31ece7c3a9b6b96c27be8f6c1 /dev-ruby/erubis | |
parent | Add Prefix keywords, bug #396547 (diff) | |
download | gentoo-2-bcb61fdada6e7eafdbfe72b7048ee05924ee97f0.tar.gz gentoo-2-bcb61fdada6e7eafdbfe72b7048ee05924ee97f0.tar.bz2 gentoo-2-bcb61fdada6e7eafdbfe72b7048ee05924ee97f0.zip |
Add Prefix keywords, bug #396547
(Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-ruby/erubis')
-rw-r--r-- | dev-ruby/erubis/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/erubis/erubis-2.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/erubis/ChangeLog b/dev-ruby/erubis/ChangeLog index 0739dc599255..c3f1d6733643 100644 --- a/dev-ruby/erubis/ChangeLog +++ b/dev-ruby/erubis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/erubis # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/ChangeLog,v 1.16 2011/12/31 17:55:11 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/ChangeLog,v 1.17 2011/12/31 21:04:23 grobian Exp $ + + 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> erubis-2.7.0.ebuild: + Add Prefix keywords, bug #396547 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> erubis-2.7.0.ebuild: Marked ~sparc64-solaris diff --git a/dev-ruby/erubis/erubis-2.7.0.ebuild b/dev-ruby/erubis/erubis-2.7.0.ebuild index 28d2c8078d80..69f6385f8718 100644 --- a/dev-ruby/erubis/erubis-2.7.0.ebuild +++ b/dev-ruby/erubis/erubis-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/erubis-2.7.0.ebuild,v 1.7 2011/12/31 17:55:11 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/erubis-2.7.0.ebuild,v 1.8 2011/12/31 21:04:23 grobian Exp $ EAPI="2" @@ -19,7 +19,7 @@ HOMEPAGE="http://www.kuwata-lab.com/erubis/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( virtual/ruby-test-unit )" |