commit: f280c49bf15c4316203e4c350f1917ac2ca7b8b8 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Jun 28 10:18:39 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Jun 28 10:18:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f280c49b
games-mud/gnome-mud: update EAPI 6 -> 8 Signed-off-by: David Seifert <soap <AT> gentoo.org> games-mud/gnome-mud/gnome-mud-9999.ebuild | 9 ++++----- 1 file 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"
