diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-05-01 18:24:28 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-05-01 18:24:28 +0000 |
commit | b6d3b862c7c690a21af8a059327768fbaf947914 (patch) | |
tree | 2755aba8853576e28c2a19e272257848f94bbd4f /dev-ruby/rubytorrent | |
parent | Mask xf86-video-intel glamor flag. (diff) | |
download | gentoo-2-b6d3b862c7c690a21af8a059327768fbaf947914.tar.gz gentoo-2-b6d3b862c7c690a21af8a059327768fbaf947914.tar.bz2 gentoo-2-b6d3b862c7c690a21af8a059327768fbaf947914.zip |
Drop ia64/sparc keywords
(Portage version: 2.1.10.53/cvs/Linux ia64, RepoMan options: --force)
Diffstat (limited to 'dev-ruby/rubytorrent')
-rw-r--r-- | dev-ruby/rubytorrent/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/rubytorrent/rubytorrent-0.3-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/rubytorrent/rubytorrent-0.3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-ruby/rubytorrent/ChangeLog b/dev-ruby/rubytorrent/ChangeLog index e2ef1020e4d1..4eb2e717cdb2 100644 --- a/dev-ruby/rubytorrent/ChangeLog +++ b/dev-ruby/rubytorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rubytorrent -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.11 2010/07/11 09:31:42 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.12 2012/05/01 18:24:03 armin76 Exp $ + + 01 May 2012; Raúl Porcel <armin76@gentoo.org> rubytorrent-0.3.ebuild, + rubytorrent-0.3-r1.ebuild: + Drop ia64/sparc keywords *rubytorrent-0.3-r1 (11 Jul 2010) diff --git a/dev-ruby/rubytorrent/rubytorrent-0.3-r1.ebuild b/dev-ruby/rubytorrent/rubytorrent-0.3-r1.ebuild index ce286df8521b..1d5042c03cfe 100644 --- a/dev-ruby/rubytorrent/rubytorrent-0.3-r1.ebuild +++ b/dev-ruby/rubytorrent/rubytorrent-0.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3-r1.ebuild,v 1.1 2010/07/11 09:31:42 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3-r1.ebuild,v 1.2 2012/05/01 18:24:03 armin76 Exp $ EAPI=2 USE_RUBY="ruby18" @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/3017/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" each_ruby_install() { diff --git a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild index 5256b8bd5f47..240cee1a3a1d 100644 --- a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild +++ b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 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.11 2010/05/22 15:55:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.12 2012/05/01 18:24:03 armin76 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 ~ppc x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" USE_RUBY="ruby18" |