diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-12-29 16:31:14 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-12-29 16:31:14 +0000 |
commit | df96464e17be8b9d5859b56a529a424025f884e3 (patch) | |
tree | 369b036e57026307ff3a44c6249db6fcda0c5936 /games-util | |
parent | Apply user patches, wrt bug #449048 (diff) | |
download | gentoo-2-df96464e17be8b9d5859b56a529a424025f884e3.tar.gz gentoo-2-df96464e17be8b9d5859b56a529a424025f884e3.tar.bz2 gentoo-2-df96464e17be8b9d5859b56a529a424025f884e3.zip |
Add dev-python/setuptools as dependency, wrt bug #449052. Thanks to Tuomo Hartikainen for discovering this issue
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/nml/ChangeLog | 7 | ||||
-rw-r--r-- | games-util/nml/nml-0.2.3.ebuild | 5 | ||||
-rw-r--r-- | games-util/nml/nml-0.2.4.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/games-util/nml/ChangeLog b/games-util/nml/ChangeLog index b3eed9bf512d..da0a45e098d2 100644 --- a/games-util/nml/ChangeLog +++ b/games-util/nml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-util/nml # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.8 2012/11/01 19:53:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.9 2012/12/29 16:31:14 pinkbyte Exp $ + + 29 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> nml-0.2.3.ebuild, + nml-0.2.4.ebuild: + Add dev-python/setuptools as dependency, wrt bug #449052. Thanks to Tuomo + Hartikainen for discovering this issue *nml-0.2.4 (01 Nov 2012) diff --git a/games-util/nml/nml-0.2.3.ebuild b/games-util/nml/nml-0.2.3.ebuild index 2bf12a9ccef6..c9e3830bc214 100644 --- a/games-util/nml/nml-0.2.3.ebuild +++ b/games-util/nml/nml-0.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.3.ebuild,v 1.7 2012/06/27 17:41:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.3.ebuild,v 1.8 2012/12/29 16:31:14 pinkbyte Exp $ EAPI=4 PYTHON_DEPEND="2:2.5" @@ -17,7 +17,8 @@ IUSE="" RDEPEND="dev-python/imaging dev-python/ply" -DEPEND=${RDEPEND} +DEPEND="${RDEPEND} + dev-python/setuptools" DOCS="docs/changelog.txt docs/readme.txt" diff --git a/games-util/nml/nml-0.2.4.ebuild b/games-util/nml/nml-0.2.4.ebuild index b17586c3793e..665f2cd7a18f 100644 --- a/games-util/nml/nml-0.2.4.ebuild +++ b/games-util/nml/nml-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.4.ebuild,v 1.1 2012/11/01 19:53:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.4.ebuild,v 1.2 2012/12/29 16:31:14 pinkbyte Exp $ EAPI=4 PYTHON_DEPEND="2:2.5" @@ -17,7 +17,8 @@ IUSE="" RDEPEND="dev-python/imaging dev-python/ply" -DEPEND=${RDEPEND} +DEPEND="${RDEPEND} + dev-python/setuptools" DOCS="docs/changelog.txt docs/readme.txt" |