commit: d04e8cb31451c4a6b3bcd11fbe61dccfc319d95b Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sat Aug 21 09:33:06 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat Aug 21 09:33:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04e8cb3
games-action/minecraft-launcher: EAPI bump, add missing dep Closes: https://bugs.gentoo.org/809098 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> ...necraft-launcher-928-r3.ebuild => minecraft-launcher-928-r4.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-action/minecraft-launcher/minecraft-launcher-928-r3.ebuild b/games-action/minecraft-launcher/minecraft-launcher-928-r4.ebuild similarity index 97% rename from games-action/minecraft-launcher/minecraft-launcher-928-r3.ebuild rename to games-action/minecraft-launcher/minecraft-launcher-928-r4.ebuild index 9532295a04c..17acf52bc03 100644 --- a/games-action/minecraft-launcher/minecraft-launcher-928-r3.ebuild +++ b/games-action/minecraft-launcher/minecraft-launcher-928-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop xdg @@ -26,6 +26,7 @@ RDEPEND=" media-libs/alsa-lib media-libs/openal net-libs/gnutls[idn] + net-misc/curl[adns] net-print/cups sys-apps/dbus virtual/jre:1.8
