diff options
Diffstat (limited to 'games-util/nml/nml-0.4.0.ebuild')
-rw-r--r-- | games-util/nml/nml-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}]" |