diff options
Diffstat (limited to 'games-util/nml/nml-0.4.1.ebuild')
-rw-r--r-- | games-util/nml/nml-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/nml/nml-0.4.1.ebuild b/games-util/nml/nml-0.4.1.ebuild index d65e371a214c..904e4a3c4545 100644 --- a/games-util/nml/nml-0.4.1.ebuild +++ b/games-util/nml/nml-0.4.1.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.1.ebuild,v 1.3 2015/06/26 12:14:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.4.1.ebuild,v 1.4 2015/06/28 10:09:13 zlogene Exp $ EAPI=5 PYTHON_COMPAT=( python{3_3,3_4} ) @@ -12,7 +12,7 @@ SRC_URI="http://bundles.openttdcoop.org/nml/releases/${PV}/${P}.tar.gz" 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}]" |