diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-10 03:03:16 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-10 03:46:30 -0500 |
commit | ca1d719e05f8822cacfe4be17b46c8a9ba647370 (patch) | |
tree | 4b356d8ab07ee4dc76a0b1d6a2a2e8efb5088359 /games-rpg | |
parent | e2988e3a13f653c70e8ea2051460cf3757db9a93 (diff) | |
download | gentoo-ca1d719e05f8822cacfe4be17b46c8a9ba647370.tar.gz gentoo-ca1d719e05f8822cacfe4be17b46c8a9ba647370.tar.xz |
games-rpg/nwn-penultima: EAPI=5; stable for amd64
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild b/games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild index 336640ec725..9c550e210f6 100644 --- a/games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild +++ b/games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 inherit games DESCRIPTION="A parodic fantasy module for Neverwinter Nights" @@ -16,7 +17,7 @@ SRC_URI="http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1661/Penulti # redistributable per http://stefangagne.com/penultima/modules.html LICENSE="freedist" SLOT="0" -KEYWORDS="-* ~amd64 x86" +KEYWORDS="-* amd64 x86" IUSE="" DEPEND="app-arch/unzip" |