Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/
Date: Tue, 08 Jan 2019 09:25:40
Message-Id: 1546939524.577b69c7fa88b334c51220e0d7972f1ebd7c9b4d.polynomial-c@gentoo
1 commit: 577b69c7fa88b334c51220e0d7972f1ebd7c9b4d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 8 08:30:05 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 8 09:25:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577b69c7
7
8 games-strategy/wesnoth: Added sub-slot dep for sys-libs/readline
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 games-strategy/wesnoth/wesnoth-1.14.5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-strategy/wesnoth/wesnoth-1.14.5.ebuild b/games-strategy/wesnoth/wesnoth-1.14.5.ebuild
17 index 9ce29bd54b0..4cd3506d2b9 100644
18 --- a/games-strategy/wesnoth/wesnoth-1.14.5.ebuild
19 +++ b/games-strategy/wesnoth/wesnoth-1.14.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -28,7 +28,7 @@ RDEPEND="
27 media-libs/libvorbis
28 >=x11-libs/pango-1.22.0
29 >=x11-libs/cairo-1.10.0
30 - sys-libs/readline:0
31 + sys-libs/readline:0=
32 dbus? ( sys-apps/dbus )
33 fribidi? ( dev-libs/fribidi )
34 )"