mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
games-arcade/tuxanci: use global sound USE description, fix broken HOMEPAGE
Signed-off-by: Wim Muskee <wimmuskee@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
0711e8bc41
commit
ee94d4ecdd
@@ -6,7 +6,6 @@
|
||||
<name>Gentoo Games Project</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="sound">Enable sound</flag>
|
||||
<flag name="physfs">Use <pkg>dev-games/physfs</pkg> instead of <pkg>dev-libs/libzip</pkg> to load compressed data</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=6
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="Tuxanci is first tux shooter inspired by game Bulanci"
|
||||
HOMEPAGE="http://www.tuxanci.org/"
|
||||
HOMEPAGE="https://repo.or.cz/w/tuxanci.git"
|
||||
|
||||
if [[ ${PV} = *9999 ]]; then
|
||||
inherit git-r3
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=6
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="Tuxanci is first tux shooter inspired by game Bulanci"
|
||||
HOMEPAGE="http://www.tuxanci.org/"
|
||||
HOMEPAGE="https://repo.or.cz/w/tuxanci.git"
|
||||
|
||||
if [[ ${PV} = *9999 ]]; then
|
||||
inherit git-r3
|
||||
|
||||
Reference in New Issue
Block a user