diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-09-09 17:35:54 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-09-09 17:35:54 +0000 |
commit | 661bd1eb48a5845c9dd594aa1f73c3b23c80a720 (patch) | |
tree | 069616931f4d1348b2a2a71797a076741d1d5745 /app-admin/eselect-ruby | |
parent | alpha/ia64/sh/sparc stable wrt #426420 (diff) | |
download | gentoo-2-661bd1eb48a5845c9dd594aa1f73c3b23c80a720.tar.gz gentoo-2-661bd1eb48a5845c9dd594aa1f73c3b23c80a720.tar.bz2 gentoo-2-661bd1eb48a5845c9dd594aa1f73c3b23c80a720.zip |
added prefix keywords (bug #434228)
(Portage version: 2.2.0_alpha125/cvs/Linux i686)
Diffstat (limited to 'app-admin/eselect-ruby')
-rw-r--r-- | app-admin/eselect-ruby/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/eselect-ruby/eselect-ruby-20120106.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-admin/eselect-ruby/ChangeLog b/app-admin/eselect-ruby/ChangeLog index 5e98f21ac299..844be9aa5438 100644 --- a/app-admin/eselect-ruby/ChangeLog +++ b/app-admin/eselect-ruby/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/eselect-ruby # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ruby/ChangeLog,v 1.45 2012/04/26 16:50:02 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ruby/ChangeLog,v 1.46 2012/09/09 17:35:54 ottxor Exp $ + + 09 Sep 2012; Christoph Junghans <ottxor@gentoo.org> + eselect-ruby-20120106.ebuild: + added prefix keywords (bug #434228) 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> eselect-ruby-20120106.ebuild: @@ -179,4 +183,3 @@ +eselect-ruby-20081211.ebuild: Initial import from the ruby overlay. All credits go to Alex Legler for writing and testing the eselect module. - diff --git a/app-admin/eselect-ruby/eselect-ruby-20120106.ebuild b/app-admin/eselect-ruby/eselect-ruby-20120106.ebuild index 58ffe480b22b..492794c7f0b8 100644 --- a/app-admin/eselect-ruby/eselect-ruby-20120106.ebuild +++ b/app-admin/eselect-ruby/eselect-ruby-20120106.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/app-admin/eselect-ruby/eselect-ruby-20120106.ebuild,v 1.2 2012/04/26 16:50:02 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ruby/eselect-ruby-20120106.ebuild,v 1.3 2012/09/09 17:35:54 ottxor Exp $ DESCRIPTION="Manages multiple Ruby versions" HOMEPAGE="http://www.gentoo.org" @@ -8,7 +8,7 @@ SRC_URI="http://dev.a3li.li/gentoo/distfiles/ruby.eselect-${PVR}.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=app-admin/eselect-1.0.2" |