diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-29 21:25:19 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-29 21:25:19 +0000 |
commit | b911c1648a30b4ec8d3ff9d9ad4b63427ffe762b (patch) | |
tree | 9d589572db3d53662f73b35256216b875af1cfda /net-libs/libktorrent | |
parent | marked x86 per bug 428338 (diff) | |
download | gentoo-2-b911c1648a30b4ec8d3ff9d9ad4b63427ffe762b.tar.gz gentoo-2-b911c1648a30b4ec8d3ff9d9ad4b63427ffe762b.tar.bz2 gentoo-2-b911c1648a30b4ec8d3ff9d9ad4b63427ffe762b.zip |
marked x86 per bug 428338
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Diffstat (limited to 'net-libs/libktorrent')
-rw-r--r-- | net-libs/libktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libktorrent/libktorrent-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libktorrent/ChangeLog b/net-libs/libktorrent/ChangeLog index 8c53cc7b4c1d..c6f053b1ed60 100644 --- a/net-libs/libktorrent/ChangeLog +++ b/net-libs/libktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libktorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.36 2012/07/11 09:29:31 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.37 2012/07/29 21:25:19 jdhore Exp $ + + 29 Jul 2012; Jeff Horelick <jdhore@gentoo.org> libktorrent-1.2.1.ebuild: + marked x86 per bug 428338 11 Jul 2012; Johannes Huber <johu@gentoo.org> -files/libktorrent-1.1.3-underlinking.patch, -libktorrent-1.1.2.ebuild, diff --git a/net-libs/libktorrent/libktorrent-1.2.1.ebuild b/net-libs/libktorrent/libktorrent-1.2.1.ebuild index 060be0ce26b6..83ef1b29afa9 100644 --- a/net-libs/libktorrent/libktorrent-1.2.1.ebuild +++ b/net-libs/libktorrent/libktorrent-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.2.1.ebuild,v 1.1 2012/06/27 09:54:58 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.2.1.ebuild,v 1.2 2012/07/29 21:25:19 jdhore Exp $ EAPI=4 @@ -21,7 +21,7 @@ if [[ ${PV} != 9999* ]]; then SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.tar.bz2" S="${WORKDIR}"/"${MY_P}" - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~ppc ~ppc64 x86" else KEYWORDS="" fi |