diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-05 20:56:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-05 20:56:41 +0000 |
commit | e867ebfa4e1d61858500224cc49237da86309aa4 (patch) | |
tree | f1881d03852d46574111a75087fe63e12f7cee7b /net-libs | |
parent | Stable for amd64, wrt bug #428824 (diff) | |
download | gentoo-2-e867ebfa4e1d61858500224cc49237da86309aa4.tar.gz gentoo-2-e867ebfa4e1d61858500224cc49237da86309aa4.tar.bz2 gentoo-2-e867ebfa4e1d61858500224cc49237da86309aa4.zip |
Stable for amd64, wrt bug #428338
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-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 c6f053b1ed60..1905e35be51f 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.37 2012/07/29 21:25:19 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.38 2012/08/05 20:56:41 ago Exp $ + + 05 Aug 2012; Agostino Sarubbo <ago@gentoo.org> libktorrent-1.2.1.ebuild: + Stable for amd64, wrt bug #428338 29 Jul 2012; Jeff Horelick <jdhore@gentoo.org> libktorrent-1.2.1.ebuild: marked x86 per bug 428338 diff --git a/net-libs/libktorrent/libktorrent-1.2.1.ebuild b/net-libs/libktorrent/libktorrent-1.2.1.ebuild index 83ef1b29afa9..b13e001a5863 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.2 2012/07/29 21:25:19 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.2.1.ebuild,v 1.3 2012/08/05 20:56:41 ago 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 |