diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-09 15:59:15 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-09 15:59:15 +0000 |
commit | 417eee92d8b92ea3f31732c667ee8593753eaf1f (patch) | |
tree | ef19a0eb1e4a34a0dca08dac596328cae3ed4ffd /net-libs/libktorrent | |
parent | Version bump. Clean up patches. (diff) | |
download | gentoo-2-417eee92d8b92ea3f31732c667ee8593753eaf1f.tar.gz gentoo-2-417eee92d8b92ea3f31732c667ee8593753eaf1f.tar.bz2 gentoo-2-417eee92d8b92ea3f31732c667ee8593753eaf1f.zip |
Marking libktorrent-1.1.2 ppc for bug 394867
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'net-libs/libktorrent')
-rw-r--r-- | net-libs/libktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libktorrent/libktorrent-1.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libktorrent/ChangeLog b/net-libs/libktorrent/ChangeLog index 7d7debdf3e0a..b25e2a6f5b58 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.28 2012/01/04 18:17:37 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.29 2012/03/09 15:59:15 ranger Exp $ + + 09 Mar 2012; Brent Baude <ranger@gentoo.org> libktorrent-1.1.2.ebuild: + Marking libktorrent-1.1.2 ppc for bug 394867 04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libktorrent-1.1.2.ebuild: diff --git a/net-libs/libktorrent/libktorrent-1.1.2.ebuild b/net-libs/libktorrent/libktorrent-1.1.2.ebuild index a69bfa2c1b1f..b6ee226ccd2e 100644 --- a/net-libs/libktorrent/libktorrent-1.1.2.ebuild +++ b/net-libs/libktorrent/libktorrent-1.1.2.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.1.2.ebuild,v 1.3 2012/01/04 18:17:37 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.2.ebuild,v 1.4 2012/03/09 15:59:15 ranger 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 |