Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/liquidwar6/
Date: Sun, 26 Aug 2018 11:01:23
Message-Id: 1535281268.90ac801be3255a84b35f165da1b44a20f6d265c4.mgorny@gentoo
1 commit: 90ac801be3255a84b35f165da1b44a20f6d265c4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 10:43:30 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 11:01:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ac801b
7
8 games-strategy/liquidwar6: Remove support for non-existent deps
9
10 games-strategy/liquidwar6/liquidwar6-0.4.3681-r1.ebuild | 5 ++---
11 1 file changed, 2 insertions(+), 3 deletions(-)
12
13 diff --git a/games-strategy/liquidwar6/liquidwar6-0.4.3681-r1.ebuild b/games-strategy/liquidwar6/liquidwar6-0.4.3681-r1.ebuild
14 index c5881059e60..cd8f2f0621e 100644
15 --- a/games-strategy/liquidwar6/liquidwar6-0.4.3681-r1.ebuild
16 +++ b/games-strategy/liquidwar6/liquidwar6-0.4.3681-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -19,7 +19,6 @@ KEYWORDS="~amd64 ~x86"
24 IUSE="doc gles2 gtk libcaca +maps nls +ogg openmp readline test"
25
26 # yes, cunit is rdep
27 -# Drop the libtool dep once libltdl goes stable.
28 RDEPEND="dev-db/sqlite:3
29 dev-libs/expat
30 dev-scheme/guile:12
31 @@ -30,7 +29,7 @@ RDEPEND="dev-db/sqlite:3
32 media-libs/sdl-image[jpeg,png]
33 media-libs/sdl-ttf
34 net-misc/curl
35 - || ( dev-libs/libltdl:0 <sys-devel/libtool-2.4.3-r2:2 )
36 + dev-libs/libltdl:0
37 sys-libs/zlib
38 virtual/glu
39 virtual/jpeg:0