diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-18 03:16:21 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-18 03:17:33 -0500 |
commit | ca2fbee02198c4ff53176fb669babb1ebe1e6099 (patch) | |
tree | 8eda005442801b49d38c089b8b338117db949c45 | |
parent | fix up DEPEND (diff) | |
download | gentoo-ca2fbee02198c4ff53176fb669babb1ebe1e6099.tar.gz gentoo-ca2fbee02198c4ff53176fb669babb1ebe1e6099.tar.bz2 gentoo-ca2fbee02198c4ff53176fb669babb1ebe1e6099.zip |
EAPI=5; remove bogus RDEPEND
Package-Manager: portage-2.2.24
-rw-r--r-- | games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild b/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild index 205fe028e313..a7d563f6ce33 100644 --- a/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild +++ b/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 - +EAPI=5 inherit cdrom check-reqs games DESCRIPTION="A port of Jagged Alliance 2 to SDL (data files)" @@ -15,7 +14,6 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="games-strategy/ja2-stracciatella" DEPEND="app-arch/unshield" S=${WORKDIR} |