summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-06-28 12:18:39 +0200
committerDavid Seifert <soap@gentoo.org>2022-06-28 12:18:39 +0200
commitf280c49bf15c4316203e4c350f1917ac2ca7b8b8 (patch)
tree64e01c3c11ad5245b8d17982d754cd7b6e0bd337 /games-mud/gnome-mud
parentapp-office/gnome-todo: update EAPI 6 -> 8 (diff)
downloadgentoo-f280c49bf15c4316203e4c350f1917ac2ca7b8b8.tar.gz
gentoo-f280c49bf15c4316203e4c350f1917ac2ca7b8b8.tar.bz2
gentoo-f280c49bf15c4316203e4c350f1917ac2ca7b8b8.zip
games-mud/gnome-mud: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-mud/gnome-mud')
-rw-r--r--games-mud/gnome-mud/gnome-mud-9999.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/games-mud/gnome-mud/gnome-mud-9999.ebuild b/games-mud/gnome-mud/gnome-mud-9999.ebuild
index 2f5881345670..a69076ff9d43 100644
--- a/games-mud/gnome-mud/gnome-mud-9999.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-9999.ebuild
@@ -1,14 +1,12 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-GNOME2_EAUTORECONF="yes"
+EAPI=8
inherit gnome2-utils git-r3 meson xdg
DESCRIPTION="GNOME MUD client"
HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
-SRC_URI=""
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gnome-mud.git"
LICENSE="GPL-2+"
@@ -23,7 +21,8 @@ RDEPEND="
dev-libs/libpcre
sys-libs/zlib
gstreamer? ( media-libs/gstreamer:1.0 )"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-util/glib-utils
>=sys-devel/gettext-0.19.8
virtual/pkgconfig"