diff options
author | Joseph Jezak <josejx@gentoo.org> | 2007-01-14 09:56:27 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2007-01-14 09:56:27 +0000 |
commit | 7d9454a0549be474908060e14a1feba221909c2f (patch) | |
tree | 6d50a042f870a285ca14599e2ad7ca4b94aea2a8 /dev-ruby | |
parent | Marked ppc stable for bug #159972. (diff) | |
download | gentoo-2-7d9454a0549be474908060e14a1feba221909c2f.tar.gz gentoo-2-7d9454a0549be474908060e14a1feba221909c2f.tar.bz2 gentoo-2-7d9454a0549be474908060e14a1feba221909c2f.zip |
Marked ~ppc for bug #159979.
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'dev-ruby')
-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 ca6d38c4e537..a366e5c5a8a8 100644 --- a/dev-ruby/rubytorrent/ChangeLog +++ b/dev-ruby/rubytorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rubytorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.7 2007/01/05 16:51:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.8 2007/01/14 09:56:27 josejx Exp $ + + 14 Jan 2007; Joseph Jezak <josejx@gentoo.org> rubytorrent-0.3.ebuild: + Marked ~ppc for bug #159979. 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> rubytorrent-0.3.ebuild: Convert to use elog. diff --git a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild index 03706b8b473c..bce1b8878723 100644 --- a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild +++ b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.7 2007/01/05 16:51:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.8 2007/01/14 09:56:27 josejx 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="~amd64 ia64 x86" +KEYWORDS="~amd64 ia64 ~ppc x86" IUSE="" DEPEND="virtual/ruby" |