diff options
Diffstat (limited to 'dev-ruby/ruby-config')
-rw-r--r-- | dev-ruby/ruby-config/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-config/ruby-config-0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby-config/ChangeLog b/dev-ruby/ruby-config/ChangeLog index f53a696487ee..5689360565dc 100644 --- a/dev-ruby/ruby-config/ChangeLog +++ b/dev-ruby/ruby-config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-config # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ChangeLog,v 1.9 2004/04/10 06:44:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ChangeLog,v 1.10 2004/04/11 18:07:27 usata Exp $ + + 12 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-config-0.2.ebuild: + Marked stable on all arches to satisfy dev-lang/ruby dep 10 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-config-0.2.ebuild: Changed DEPEND to virtual/ruby diff --git a/dev-ruby/ruby-config/ruby-config-0.2.ebuild b/dev-ruby/ruby-config/ruby-config-0.2.ebuild index 191e21e40c30..c6ae5bebc2e5 100644 --- a/dev-ruby/ruby-config/ruby-config-0.2.ebuild +++ b/dev-ruby/ruby-config/ruby-config-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ruby-config-0.2.ebuild,v 1.9 2004/04/10 06:44:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ruby-config-0.2.ebuild,v 1.10 2004/04/11 18:07:27 usata Exp $ DESCRIPTION="Utility to switch the ruby interpreter beging used" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc mips alpha ~hppa ~amd64 ia64 s390" +KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ia64 s390" DEPEND="virtual/ruby" |