commit:     c98d8ab90fb2e2c31773531fbfdfc9a28782eeaa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 20:10:01 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 21:43:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98d8ab9

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 1165f262570..413ea74b102 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

Reply via email to