diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-28 22:10:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-28 23:43:17 +0200 |
commit | c98d8ab90fb2e2c31773531fbfdfc9a28782eeaa (patch) | |
tree | 98f3639452b76e56a34d7d32484aeec7738923e8 /games-arcade/blobby | |
parent | games-puzzle/meandmyshadow: EAPI-6 bump (diff) | |
download | gentoo-c98d8ab90fb2e2c31773531fbfdfc9a28782eeaa.tar.gz gentoo-c98d8ab90fb2e2c31773531fbfdfc9a28782eeaa.tar.bz2 gentoo-c98d8ab90fb2e2c31773531fbfdfc9a28782eeaa.zip |
games-arcade/blobby: EAPI-6 bump
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'games-arcade/blobby')
-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 |