diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2005-06-16 18:24:48 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2005-06-16 18:24:48 +0000 |
commit | 8868739904f522e1a507a9fd8f9de86ce1bba25b (patch) | |
tree | b64abee13ece61730eb80a150564034c20ad4150 /dev-ruby | |
parent | version bump (diff) | |
download | gentoo-2-8868739904f522e1a507a9fd8f9de86ce1bba25b.tar.gz gentoo-2-8868739904f522e1a507a9fd8f9de86ce1bba25b.tar.bz2 gentoo-2-8868739904f522e1a507a9fd8f9de86ce1bba25b.zip |
Added ~amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rubytorrent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rubytorrent/Manifest | 12 | ||||
-rw-r--r-- | dev-ruby/rubytorrent/rubytorrent-0.3.ebuild | 4 |
3 files changed, 7 insertions, 14 deletions
diff --git a/dev-ruby/rubytorrent/ChangeLog b/dev-ruby/rubytorrent/ChangeLog index db17324eb8d6..6b655c7be5b2 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.3 2005/03/12 15:49:27 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.4 2005/06/16 18:24:48 dang Exp $ + + 16 Jun 2005; <dang@gentoo.org> rubytorrent-0.3.ebuild: + Added ~amd64 12 Mar 2005; Michael Kohl <citizen428@gentoo.org> rubytorrent-0.3.ebuild: Marked stable on x86. diff --git a/dev-ruby/rubytorrent/Manifest b/dev-ruby/rubytorrent/Manifest index b131dc845ffe..e8c07ac40a41 100644 --- a/dev-ruby/rubytorrent/Manifest +++ b/dev-ruby/rubytorrent/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 bc05c488f52c02069748e42c58db035d rubytorrent-0.3.ebuild 984 +MD5 30bb2f67e52c649e68abab95c0419072 rubytorrent-0.3.ebuild 991 MD5 3d7c1a1e5f470a56ae0b2d1358385689 ChangeLog 562 MD5 b522b82d2c47bc548a6607f0f577ab5e metadata.xml 158 MD5 7058fe999664918d8eac7aa0afd0cb29 files/digest-rubytorrent-0.3 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCMw+Q/UDVUK2NELYRAn/rAKDJnOdnf9ImD2ltyu1pmn1zWlF2DQCaAsIU -GTXS7S5G97p863ntp7cf1iA= -=OIKl ------END PGP SIGNATURE----- diff --git a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild index 4f0ee6ae8056..0b170683d7bc 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.3 2005/03/12 15:49:27 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.4 2005/06/16 18:24:48 dang 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="~amd64 x86" IUSE="" DEPEND="virtual/ruby" |