diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 12:52:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 12:52:59 +0000 |
commit | 4127af232617581eeaf329f501b88b78195609a3 (patch) | |
tree | f3604f11051805dca601c757a3683cd73dd1a381 /net-p2p | |
parent | Stable for amd64, wrt bug #474396 (diff) | |
download | gentoo-2-4127af232617581eeaf329f501b88b78195609a3.tar.gz gentoo-2-4127af232617581eeaf329f501b88b78195609a3.tar.bz2 gentoo-2-4127af232617581eeaf329f501b88b78195609a3.zip |
Stable for amd64, wrt bug #474286
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/torrentinfo/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/torrentinfo/ChangeLog b/net-p2p/torrentinfo/ChangeLog index 59fe383f17da..da77224f49d1 100644 --- a/net-p2p/torrentinfo/ChangeLog +++ b/net-p2p/torrentinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/torrentinfo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.10 2013/06/25 11:41:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.11 2013/06/25 12:52:59 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> torrentinfo-1.8.6.ebuild: + Stable for amd64, wrt bug #474286 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> torrentinfo-1.8.6.ebuild: Stable for x86, wrt bug #474286 diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild index 579dc4cf1567..1219068e5e36 100644 --- a/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild +++ b/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v 1.2 2013/06/25 11:41:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v 1.3 2013/06/25 12:52:59 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2} ) @@ -13,7 +13,7 @@ SRC_URI="https://github.com/ShanaTsunTsunLove/torrentinfo/archive/v${PV}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]" |