Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/alex4/
Date: Mon, 12 Jul 2021 20:47:17
Message-Id: 1626122759.91787fc0e934559b9a93013eb8cce31926b60e08.winterheart@gentoo
1 commit: 91787fc0e934559b9a93013eb8cce31926b60e08
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 12 18:25:41 2021 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Mon Jul 12 20:45:59 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=91787fc0
7
8 games-arcade/alex4: update dependencies
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 games-arcade/alex4/alex4-1.2.1.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/games-arcade/alex4/alex4-1.2.1.ebuild b/games-arcade/alex4/alex4-1.2.1.ebuild
17 index 6d6a78a..53cb67e 100644
18 --- a/games-arcade/alex4/alex4-1.2.1.ebuild
19 +++ b/games-arcade/alex4/alex4-1.2.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -12,10 +12,8 @@ SRC_URI="https://github.com/carstene1ns/alex4/archive/${PV}.tar.gz -> ${P}.tar.g
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 -IUSE=""
31
32 -RDEPEND="|| ( media-libs/aldumb media-libs/dumb[allegro] )
33 - media-libs/allegro:0"
34 +RDEPEND="media-libs/dumb[allegro]"
35 DEPEND="${RDEPEND}"
36
37 PATCHES=( "${FILESDIR}/${P}_gcc10.patch" )