summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-05-09 23:15:48 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-05-09 23:15:48 +0000
commit79cce20e969ebe9f1f5aa0acdf4f00db4f922562 (patch)
treee9c941842a2f533ec729d58d2888bdce94d16076
parentStable on amd64 wrt bug #354033 (diff)
downloadgentoo-2-79cce20e969ebe9f1f5aa0acdf4f00db4f922562.tar.gz
gentoo-2-79cce20e969ebe9f1f5aa0acdf4f00db4f922562.tar.bz2
gentoo-2-79cce20e969ebe9f1f5aa0acdf4f00db4f922562.zip
Stable on amd64 wrt bug #354033
(Portage version: 2.1.9.47/cvs/Linux x86_64)
-rw-r--r--net-libs/libktorrent/ChangeLog5
-rw-r--r--net-libs/libktorrent/libktorrent-1.1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libktorrent/ChangeLog b/net-libs/libktorrent/ChangeLog
index 346cd44c10d5..12616ce0947e 100644
--- a/net-libs/libktorrent/ChangeLog
+++ b/net-libs/libktorrent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libktorrent
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.19 2011/05/09 08:40:26 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.20 2011/05/09 23:15:48 hwoarang Exp $
+
+ 09 May 2011; Markos Chandras <hwoarang@gentoo.org> libktorrent-1.1.1.ebuild:
+ Stable on amd64 wrt bug #354033
09 May 2011; Thomas Kahle <tomka@gentoo.org> libktorrent-1.1.1.ebuild:
x86 stable per bug 354033
diff --git a/net-libs/libktorrent/libktorrent-1.1.1.ebuild b/net-libs/libktorrent/libktorrent-1.1.1.ebuild
index 736a23fae70f..ac0f5ea650e8 100644
--- a/net-libs/libktorrent/libktorrent-1.1.1.ebuild
+++ b/net-libs/libktorrent/libktorrent-1.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.1.ebuild,v 1.3 2011/05/09 08:40:26 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.1.ebuild,v 1.4 2011/05/09 23:15:48 hwoarang 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