diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-09-29 15:55:00 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-09-29 15:55:00 +0000 |
commit | a3f7d71eb3b582866751d296ae76565a1b47d8e1 (patch) | |
tree | 05bc472737c95a1f339795458aff4ee453ad47b3 /dev-ruby/unf | |
parent | Specify LICENSE more precisely: "as-is" is really "man-pages". (diff) | |
download | historical-a3f7d71eb3b582866751d296ae76565a1b47d8e1.tar.gz historical-a3f7d71eb3b582866751d296ae76565a1b47d8e1.tar.bz2 historical-a3f7d71eb3b582866751d296ae76565a1b47d8e1.zip |
Added Prefix keywords, bug #432830
Package-Manager: portage-2.2.01.21143-prefix/cvs/Darwin i386
Diffstat (limited to 'dev-ruby/unf')
-rw-r--r-- | dev-ruby/unf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/unf/unf-0.0.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/unf/ChangeLog b/dev-ruby/unf/ChangeLog index 8ca4190e8cac..7c8620a34421 100644 --- a/dev-ruby/unf/ChangeLog +++ b/dev-ruby/unf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/unf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/ChangeLog,v 1.4 2012/09/27 10:31:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/ChangeLog,v 1.5 2012/09/29 15:55:00 grobian Exp $ + + 29 Sep 2012; Fabian Groffen <grobian@gentoo.org> unf-0.0.5-r1.ebuild: + Added Prefix keywords, bug #432830 27 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> unf-0.0.5-r1.ebuild: Keyword ~ppc/~ppc64 wrt #432830 diff --git a/dev-ruby/unf/unf-0.0.5-r1.ebuild b/dev-ruby/unf/unf-0.0.5-r1.ebuild index 1a61d28b0d5b..63aea1d56fa1 100644 --- a/dev-ruby/unf/unf-0.0.5-r1.ebuild +++ b/dev-ruby/unf/unf-0.0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.0.5-r1.ebuild,v 1.2 2012/09/27 10:31:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.0.5-r1.ebuild,v 1.3 2012/09/29 15:55:00 grobian Exp $ EAPI=4 @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/knu/ruby-unf" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64" +KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" # jruby already has support for UNF so it does not need the extension. |