commit: 636ad7f49317629b0efa19881a734761c3f13708
parent: 3315565b29fda57cad0fc876c483a426f532f3fd
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 24 Feb 2018 19:43:03 +0100
games-music/oshu: Update 1.6.0
Diffstat:
1 file changed, 10 insertions(+), 13 deletions(-)
diff --git a/games-music/oshu/oshu-1.6.0.ebuild b/games-music/oshu/oshu-1.6.0.ebuild
@@ -1,28 +1,25 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils
-
DESCRIPTION="Lightweight osu! port"
HOMEPAGE="https://github.com/fmang/oshu"
SRC_URI="https://www.mg0.fr/oshu/releases/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3"
+LICENSE="GPL-3 CC-BY-NC-4.0"
SLOT="0"
-RESTRICT="mirror"
+IUSE="libav"
-RDEPENDS="
+RDEPEND="
media-libs/libsdl2:=
media-libs/sdl2-image:=
x11-libs/cairo:=
- || (
- media-video/ffmpeg:=
- media-video/libav:=
- )"
+ !libav? ( media-video/ffmpeg:= )
+ libav? ( media-video/libav:= )
+"
-DEPENDS="
- ${RDEPENDS}
+DEPEND="
+ ${RDEPEND}
virtual/pkgconfig
- "
+"