Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/atomix/
Date: Mon, 20 Mar 2023 10:01:13
Message-Id: 1679306465.a76ec97f115450c223da265aabdd5c9b6d1551db.flow@gentoo
1 commit: a76ec97f115450c223da265aabdd5c9b6d1551db
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 10:00:56 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 10:01:05 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76ec97f
7
8 games-puzzle/atomix: EAPI 8, drop empty ISUE, fix libgnome-games-support dep
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 games-puzzle/atomix/atomix-44.0.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/games-puzzle/atomix/atomix-44.0.ebuild b/games-puzzle/atomix/atomix-44.0.ebuild
16 index 3f889456e514..8cfa27ab8ef3 100644
17 --- a/games-puzzle/atomix/atomix-44.0.ebuild
18 +++ b/games-puzzle/atomix/atomix-44.0.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2023 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 inherit gnome.org meson xdg
27
28 @@ -11,13 +11,12 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Atomix"
29 LICENSE="GPL-2+"
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 -IUSE=""
33
34 RDEPEND="
35 >=x11-libs/gtk+-3.10:3
36 >=x11-libs/gdk-pixbuf-2.0.5:2
37 >=dev-libs/glib-2.36.0:2
38 - dev-libs/libgnome-games-support:=
39 + dev-libs/libgnome-games-support:1=
40 "
41 DEPEND="${RDEPEND}"
42 BDEPEND="