diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-01-09 20:36:44 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-01-09 20:36:44 +0000 |
commit | 44513c88c313dd680fcfea01b48348c4f143be3e (patch) | |
tree | 89c08670c62b775bda3f59a73eeefc484ae3033d /net-libs | |
parent | Avoid duplicating file. (diff) | |
download | gentoo-2-44513c88c313dd680fcfea01b48348c4f143be3e.tar.gz gentoo-2-44513c88c313dd680fcfea01b48348c4f143be3e.tar.bz2 gentoo-2-44513c88c313dd680fcfea01b48348c4f143be3e.zip |
Add ~arm
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild | 4 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.14.7.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index 0c5d1a5dc555..d299eeaeb53d 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.73 2010/01/09 20:30:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.74 2010/01/09 20:36:44 armin76 Exp $ + + 09 Jan 2010; Raúl Porcel <armin76@gentoo.org> + rb_libtorrent-0.14.6.ebuild, rb_libtorrent-0.14.7.ebuild: + Add ~arm 09 Jan 2010; Raúl Porcel <armin76@gentoo.org> rb_libtorrent-0.14.6.ebuild, rb_libtorrent-0.14.7.ebuild: diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild index 16ab135d9fc4..f6689ed5d5ee 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild,v 1.7 2010/01/09 20:30:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild,v 1.8 2010/01/09 20:36:44 armin76 Exp $ EAPI="2" inherit autotools eutils flag-o-matic @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="debug doc examples python test" # remove this restrict in next version! RESTRICT="test" diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.14.7.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.14.7.ebuild index c7e55b738495..5007e676238a 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.14.7.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.14.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.7.ebuild,v 1.3 2010/01/09 20:30:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.7.ebuild,v 1.4 2010/01/09 20:36:44 armin76 Exp $ EAPI="2" inherit autotools eutils flag-o-matic @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="debug doc examples python test" RESTRICT="test" |