diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2013-08-31 12:12:36 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2013-08-31 12:12:36 +0000 |
commit | a3ab12914619282e325011286d3abedc4f3a10eb (patch) | |
tree | 85d3d4fdef5bbde9063a322f446e90df75b9ae47 /x11-misc/py3status | |
parent | Bump piepatch and new gcc-spec-env for gcc 4.8.1 (diff) | |
download | gentoo-2-a3ab12914619282e325011286d3abedc4f3a10eb.tar.gz gentoo-2-a3ab12914619282e325011286d3abedc4f3a10eb.tar.bz2 gentoo-2-a3ab12914619282e325011286d3abedc4f3a10eb.zip |
Fix dependency on setuptools
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
Diffstat (limited to 'x11-misc/py3status')
-rw-r--r-- | x11-misc/py3status/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/py3status/py3status-1.0.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-misc/py3status/ChangeLog b/x11-misc/py3status/ChangeLog index 968abd2dacb1..53fb4118f52d 100644 --- a/x11-misc/py3status/ChangeLog +++ b/x11-misc/py3status/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for x11-misc/py3status # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.1 2013/08/30 17:52:19 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.2 2013/08/31 12:12:36 xarthisius Exp $ + + 31 Aug 2013; Kacper Kowalik <xarthisius@gentoo.org> py3status-1.0.ebuild: + Fix dependency on setuptools *py3status-1.0 (29 Aug 2013) 29 Aug 2013; Ultrabug <ultrabug@gentoo.org> +py3status-1.0.ebuild, +metadata.xml: initial commit from ultrabug overlay - diff --git a/x11-misc/py3status/py3status-1.0.ebuild b/x11-misc/py3status/py3status-1.0.ebuild index 558254aac22a..580a7d6ab268 100644 --- a/x11-misc/py3status/py3status-1.0.ebuild +++ b/x11-misc/py3status/py3status-1.0.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/x11-misc/py3status/py3status-1.0.ebuild,v 1.1 2013/08/30 17:52:19 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/py3status-1.0.ebuild,v 1.2 2013/08/31 12:12:36 xarthisius Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) @@ -22,6 +22,6 @@ IUSE="" RDEPEND="x11-misc/i3status" DEPEND="${RDEPEND} - dev-python/setuptools" + dev-python/setuptools[${PYTHON_USEDEP}]" -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} |