diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 21:09:57 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 21:09:57 +0000 |
commit | 40239ea296c3dffe60e7250da150c1f5d3c75e05 (patch) | |
tree | 2f0a2df396081473426e705ddb628577ace22668 /dev-ruby/erubis | |
parent | Version bump, remove old. (diff) | |
download | historical-40239ea296c3dffe60e7250da150c1f5d3c75e05.tar.gz historical-40239ea296c3dffe60e7250da150c1f5d3c75e05.tar.bz2 historical-40239ea296c3dffe60e7250da150c1f5d3c75e05.zip |
Add Prefix keywords, bug #396547
Package-Manager: portage-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 )" |