Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/ja2-stracciatella/
Date: Fri, 18 Dec 2015 08:18:06
Message-Id: 1450426650.9f84f5bee12d31bddee41bce851606c6b2d1d0c6.mr_bones_@gentoo
1 commit: 9f84f5bee12d31bddee41bce851606c6b2d1d0c6
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 08:15:10 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 08:17:30 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f84f5be
7
8 fix up DEPEND
9
10 Package-Manager: portage-2.2.24
11
12 .../ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild
16 index 456a20e..75fa11b 100644
17 --- a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild
18 +++ b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild
19 @@ -15,9 +15,10 @@ SLOT="0"
20 KEYWORDS="amd64 x86"
21 IUSE="cdinstall editor zlib"
22
23 -RDEPEND="media-libs/libsdl[X,sound,video]
24 - cdinstall? ( games-strategy/ja2-stracciatella-data )
25 +DEPEND="media-libs/libsdl[X,sound,video]
26 zlib? ( sys-libs/zlib )"
27 +RDEPEND="${DEPEND}
28 + cdinstall? ( games-strategy/ja2-stracciatella-data )"
29
30 LANGS="linguas_de +linguas_en linguas_fr linguas_it linguas_nl linguas_pl linguas_ru linguas_ru_gold"
31 IUSE="$IUSE $LANGS"