diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-12-30 22:58:46 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-12-30 22:58:46 +0000 |
commit | e52fa65424c537141eeccb9d31bf8d39b9f0eee5 (patch) | |
tree | b4385a04e616b7c17f85d8cb5747c9d348a2ddf4 | |
parent | Drop old atheme-services-6.0.8-r2. (diff) | |
download | gentoo-2-e52fa65424c537141eeccb9d31bf8d39b9f0eee5.tar.gz gentoo-2-e52fa65424c537141eeccb9d31bf8d39b9f0eee5.tar.bz2 gentoo-2-e52fa65424c537141eeccb9d31bf8d39b9f0eee5.zip |
Version bump
(Portage version: 2.1.10.41/cvs/Linux x86_64)
-rw-r--r-- | net-libs/libktorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libktorrent/libktorrent-1.1.3.ebuild (renamed from net-libs/libktorrent/libktorrent-1.1.1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-libs/libktorrent/ChangeLog b/net-libs/libktorrent/ChangeLog index c9f9a36c3bc3..61910df8d7c7 100644 --- a/net-libs/libktorrent/ChangeLog +++ b/net-libs/libktorrent/ChangeLog @@ -1,6 +1,12 @@ # 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.24 2011/12/15 22:22:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.25 2011/12/30 22:58:46 dilfridge Exp $ + +*libktorrent-1.1.3 (30 Dec 2011) + + 30 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> + -libktorrent-1.1.1.ebuild, +libktorrent-1.1.3.ebuild: + Version bump 15 Dec 2011; Agostino Sarubbo <ago@gentoo.org> libktorrent-1.1.2.ebuild: Stable for AMD64, wrt bug #394867 diff --git a/net-libs/libktorrent/libktorrent-1.1.1.ebuild b/net-libs/libktorrent/libktorrent-1.1.3.ebuild index d2d169bc0295..014d8d4737bd 100644 --- a/net-libs/libktorrent/libktorrent-1.1.1.ebuild +++ b/net-libs/libktorrent/libktorrent-1.1.3.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.5 2011/06/01 19:50:53 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.3.ebuild,v 1.1 2011/12/30 22:58:46 dilfridge 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 |