diff options
author | Michael Kohl <citizen428@gentoo.org> | 2005-03-12 15:51:12 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2005-03-12 15:51:12 +0000 |
commit | f9dc05a2136048df72e6a05ea2e3997686102a8d (patch) | |
tree | 7173393970b2fc550d898d9fcb4bfb9f1000d50e /dev-ruby/rubytorrent | |
parent | Uses new apache-module eclass: bug #79434 (thanks to Elfyn McBratney) (diff) | |
download | gentoo-2-f9dc05a2136048df72e6a05ea2e3997686102a8d.tar.gz gentoo-2-f9dc05a2136048df72e6a05ea2e3997686102a8d.tar.bz2 gentoo-2-f9dc05a2136048df72e6a05ea2e3997686102a8d.zip |
Marked stable on x86.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby/rubytorrent')
-rw-r--r-- | dev-ruby/rubytorrent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rubytorrent/rubytorrent-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rubytorrent/ChangeLog b/dev-ruby/rubytorrent/ChangeLog index cf73e2d6a6da..db17324eb8d6 100644 --- a/dev-ruby/rubytorrent/ChangeLog +++ b/dev-ruby/rubytorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rubytorrent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.2 2005/02/15 23:37:10 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.3 2005/03/12 15:49:27 citizen428 Exp $ + + 12 Mar 2005; Michael Kohl <citizen428@gentoo.org> rubytorrent-0.3.ebuild: + Marked stable on x86. 16 Feb 2005; Michael Kohl <citizen428@gentoo.org> rubytorrent-0.3.ebuild: Minor ebuild fixes. diff --git a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild index 31c3f6e44872..4f0ee6ae8056 100644 --- a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild +++ b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.2 2005/02/15 23:37:10 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.3 2005/03/12 15:49:27 citizen428 Exp $ inherit ruby @@ -10,7 +10,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/3017/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="virtual/ruby" |