diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-05-12 07:56:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-05-12 07:56:11 +0000 |
commit | a9dede1dcf1caecf283f6d6f018c9b34c2e51abc (patch) | |
tree | 1957ec3bed709f354eeb7634916d6e69aac16370 /games-util | |
parent | Stable for amd64, wrt bug #548980 (diff) | |
download | gentoo-2-a9dede1dcf1caecf283f6d6f018c9b34c2e51abc.tar.gz gentoo-2-a9dede1dcf1caecf283f6d6f018c9b34c2e51abc.tar.bz2 gentoo-2-a9dede1dcf1caecf283f6d6f018c9b34c2e51abc.zip |
Stable for amd64, wrt bug #548952
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/nml/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/nml/nml-0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-util/nml/ChangeLog b/games-util/nml/ChangeLog index 076f0f534c91..fa5d409b1335 100644 --- a/games-util/nml/ChangeLog +++ b/games-util/nml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/nml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.29 2015/04/09 03:30:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.30 2015/05/12 07:56:11 ago Exp $ + + 12 May 2015; Agostino Sarubbo <ago@gentoo.org> nml-0.4.0.ebuild: + Stable for amd64, wrt bug #548952 *nml-0.4.0 (09 Apr 2015) diff --git a/games-util/nml/nml-0.4.0.ebuild b/games-util/nml/nml-0.4.0.ebuild index 6fed60f4d4d9..f475c615f6a9 100644 --- a/games-util/nml/nml-0.4.0.ebuild +++ b/games-util/nml/nml-0.4.0.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/games-util/nml/nml-0.4.0.ebuild,v 1.1 2015/04/09 03:30:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.4.0.ebuild,v 1.2 2015/05/12 07:56:11 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{3_3,3_4} ) @@ -15,7 +15,7 @@ SRC_URI="http://bundles.openttdcoop.org/nml/releases/${PV}/nml-${PV}.r5527-3b43d LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~x86" RDEPEND="dev-python/pillow[zlib,${PYTHON_USEDEP}] dev-python/ply[${PYTHON_USEDEP}]" |