diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-12-10 16:05:08 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-12-10 16:05:08 +0000 |
commit | 92ed894886a75365d4a1ad237a5f9a02d383c3ee (patch) | |
tree | 5f0bcc326567d9a19543ceaaa97eea69388b361b /net-libs | |
parent | Drop ppc64 keyword due to unkeyworded required dependencies. (diff) | |
download | gentoo-2-92ed894886a75365d4a1ad237a5f9a02d383c3ee.tar.gz gentoo-2-92ed894886a75365d4a1ad237a5f9a02d383c3ee.tar.bz2 gentoo-2-92ed894886a75365d4a1ad237a5f9a02d383c3ee.zip |
Drop ppc64 keyword due to unkeyworded required dependencies.
(Portage version: 2.1.11.36/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libktorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libktorrent/libktorrent-1.3.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libktorrent/ChangeLog b/net-libs/libktorrent/ChangeLog index b4be300d4a41..5391a41fdb33 100644 --- a/net-libs/libktorrent/ChangeLog +++ b/net-libs/libktorrent/ChangeLog @@ -1,6 +1,10 @@ # 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.44 2012/11/15 17:36:47 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.45 2012/12/10 16:05:08 kensington Exp $ + + 10 Dec 2012; Michael Palimaka <kensington@gentoo.org> + libktorrent-1.3.0.ebuild: + Drop ppc64 keyword due to unkeyworded required dependencies. 15 Nov 2012; Johannes Huber <johu@gentoo.org> -libktorrent-1.2.1.ebuild: Remove old. diff --git a/net-libs/libktorrent/libktorrent-1.3.0.ebuild b/net-libs/libktorrent/libktorrent-1.3.0.ebuild index 4b24df599e50..6f275eb7288e 100644 --- a/net-libs/libktorrent/libktorrent-1.3.0.ebuild +++ b/net-libs/libktorrent/libktorrent-1.3.0.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.3.0.ebuild,v 1.4 2012/11/15 01:22:13 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.3.0.ebuild,v 1.5 2012/12/10 16:05:08 kensington 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 x86" else KEYWORDS="" fi |