diff options
author | 2015-06-07 09:25:37 +0000 | |
---|---|---|
committer | 2015-06-07 09:25:37 +0000 | |
commit | 72607a56fff84f44ad66a1618f67fcb4c5048a95 (patch) | |
tree | 17a9f50b42e01cd43756b874a1a79e8bcc48a21c /dev-python | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-72607a56fff84f44ad66a1618f67fcb4c5048a95.tar.gz gentoo-2-72607a56fff84f44ad66a1618f67fcb4c5048a95.tar.bz2 gentoo-2-72607a56fff84f44ad66a1618f67fcb4c5048a95.zip |
arm stable, bug #540290
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/socksipy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/socksipy/socksipy-1.02.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/socksipy/ChangeLog b/dev-python/socksipy/ChangeLog index 0d4ab2a90a55..ace5b0755236 100644 --- a/dev-python/socksipy/ChangeLog +++ b/dev-python/socksipy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/socksipy # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/socksipy/ChangeLog,v 1.8 2015/04/08 08:05:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/socksipy/ChangeLog,v 1.9 2015/06/07 09:25:37 maekke Exp $ + + 07 Jun 2015; Markus Meier <maekke@gentoo.org> socksipy-1.02.ebuild: + arm stable, bug #540290 08 Apr 2015; Michał Górny <mgorny@gentoo.org> socksipy-1.00.ebuild, socksipy-1.02.ebuild: diff --git a/dev-python/socksipy/socksipy-1.02.ebuild b/dev-python/socksipy/socksipy-1.02.ebuild index 0d6a569401d4..9b0dbd13596a 100644 --- a/dev-python/socksipy/socksipy-1.02.ebuild +++ b/dev-python/socksipy/socksipy-1.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/socksipy/socksipy-1.02.ebuild,v 1.6 2015/04/08 08:05:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/socksipy/socksipy-1.02.ebuild,v 1.7 2015/06/07 09:25:37 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -16,7 +16,7 @@ SRC_URI="http://socksipy-branch.googlecode.com/files/${MY_P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 arm x86" IUSE="" RDEPEND="${PYTHON_DEPS}" |