From c98d8ab90fb2e2c31773531fbfdfc9a28782eeaa Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 28 Jun 2018 22:10:01 +0200 Subject: games-arcade/blobby: EAPI-6 bump Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- games-arcade/blobby/blobby-1.0.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/games-arcade/blobby/blobby-1.0.ebuild b/games-arcade/blobby/blobby-1.0.ebuild index 1165f2625704..413ea74b1024 100644 --- a/games-arcade/blobby/blobby-1.0.ebuild +++ b/games-arcade/blobby/blobby-1.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit eutils cmake-utils +EAPI=6 -DESCRIPTION="A beach ball game with blobs of goo" +inherit cmake-utils desktop + +DESCRIPTION="Beach ball game with blobs of goo" HOMEPAGE="https://sourceforge.net/projects/blobby/" SRC_URI="mirror://sourceforge/${PN}/${PN}2-linux-${PV}.tar.gz" @@ -13,15 +14,15 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-games/physfs-2[zip] +RDEPEND=" + >=dev-games/physfs-2[zip] media-libs/libsdl[sound,joystick,opengl,video,X] virtual/opengl" DEPEND="${RDEPEND} + app-arch/zip dev-libs/boost virtual/pkgconfig - app-arch/zip" #406667 - -DOCS=( AUTHORS ChangeLog README TODO ) +" PATCHES=( "${FILESDIR}"/${P}-compile.patch -- cgit v1.2.3-65-gdbad