diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-15 22:22:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-15 22:22:43 +0000 |
commit | 81619733730a2d7f90d250d6f3b47a2046f5193d (patch) | |
tree | 51438a05d3645587c238e04d640b62ea9264cdf2 /net-p2p | |
parent | Stable for AMD64, wrt bug #394867 (diff) | |
download | gentoo-2-81619733730a2d7f90d250d6f3b47a2046f5193d.tar.gz gentoo-2-81619733730a2d7f90d250d6f3b47a2046f5193d.tar.bz2 gentoo-2-81619733730a2d7f90d250d6f3b47a2046f5193d.zip |
Stable for AMD64, wrt bug #394867
(Portage version: 2.1.10.40/cvs/Linux i686)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-4.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index b5643f5f77c7..015d7e7487d0 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.171 2011/09/06 20:38:24 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.172 2011/12/15 22:22:43 ago Exp $ + + 15 Dec 2011; Agostino Sarubbo <ago@gentoo.org> ktorrent-4.1.2.ebuild: + Stable for AMD64, wrt bug #394867 06 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> ktorrent-4.1.1.ebuild, ktorrent-4.1.2.ebuild: diff --git a/net-p2p/ktorrent/ktorrent-4.1.2.ebuild b/net-p2p/ktorrent/ktorrent-4.1.2.ebuild index 73c95de96863..ce9029142c81 100644 --- a/net-p2p/ktorrent/ktorrent-4.1.2.ebuild +++ b/net-p2p/ktorrent/ktorrent-4.1.2.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-p2p/ktorrent/ktorrent-4.1.2.ebuild,v 1.2 2011/09/06 20:38:24 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.1.2.ebuild,v 1.3 2011/12/15 22:22:43 ago Exp $ EAPI=4 @@ -25,7 +25,7 @@ if [[ ${PV} != 9999* ]]; then SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2" S="${WORKDIR}"/"${MY_P}" - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~ppc ~ppc64 ~x86" else LIBKT_VERSION_MIN="${PV}" LIBKT_VERSION_MAX="99999999" |