diff options
Diffstat (limited to 'games-arcade/blobby/blobby-1.0.ebuild')
-rw-r--r-- | games-arcade/blobby/blobby-1.0.ebuild | 17 |
1 files 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 |