diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-08-25 19:38:37 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-08-25 19:38:37 +0000 |
commit | aa0e37ef4ecd51eb255b5e91d6f218347fddd1e5 (patch) | |
tree | f6bfd74f73cfbc4fe555291d7d0a43def411b090 /dev-ruby/linecache | |
parent | Add fix from upstream, add USE=static-libs support #378233 by Agostino Sarubb... (diff) | |
download | gentoo-2-aa0e37ef4ecd51eb255b5e91d6f218347fddd1e5.tar.gz gentoo-2-aa0e37ef4ecd51eb255b5e91d6f218347fddd1e5.tar.bz2 gentoo-2-aa0e37ef4ecd51eb255b5e91d6f218347fddd1e5.zip |
Add Prefix keywords, bug #376053
(Portage version: 2.2.01.19062-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-ruby/linecache')
-rw-r--r-- | dev-ruby/linecache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/linecache/linecache-0.46.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/linecache/ChangeLog b/dev-ruby/linecache/ChangeLog index f68dd7eea2fd..de6d8093ecc7 100644 --- a/dev-ruby/linecache/ChangeLog +++ b/dev-ruby/linecache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/linecache # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/linecache/ChangeLog,v 1.18 2011/08/25 15:37:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/linecache/ChangeLog,v 1.19 2011/08/25 19:38:37 grobian Exp $ + + 25 Aug 2011; Fabian Groffen <grobian@gentoo.org> linecache-0.46.ebuild: + Add Prefix keywords, bug #376053 25 Aug 2011; Jeroen Roovers <jer@gentoo.org> linecache-0.45.ebuild, linecache-0.46.ebuild: diff --git a/dev-ruby/linecache/linecache-0.46.ebuild b/dev-ruby/linecache/linecache-0.46.ebuild index 6f8fbc6af896..9e1a8614543d 100644 --- a/dev-ruby/linecache/linecache-0.46.ebuild +++ b/dev-ruby/linecache/linecache-0.46.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/linecache/linecache-0.46.ebuild,v 1.5 2011/08/25 15:37:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/linecache/linecache-0.46.ebuild,v 1.6 2011/08/25 19:38:37 grobian Exp $ EAPI=2 USE_RUBY="ruby18 ree18" @@ -15,7 +15,7 @@ HOMEPAGE="http://rubyforge.org/projects/rocky-hacks/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" ruby_add_rdepend "dev-ruby/require_relative" |