diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-11-16 19:56:00 +0100 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-11-16 19:56:00 +0100 |
| commit | 9409866300a782ac6cef5d62e3e7dc51a8b91738 (patch) | |
| tree | 2d1af258815b2a5b798fcb1b14479ac7decc4d4a /packaging/gentoo | |
| parent | b5d00ef4b43ae8e61a043d87ed016357b51d34b5 (diff) | |
Cleanup the ebuild bit more so i can add it to gentoo main portage tree.
Diffstat (limited to 'packaging/gentoo')
| -rw-r--r-- | packaging/gentoo/tuxanci-9999.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 437d47c..1fb0129 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -13,25 +13,25 @@ DESCRIPTION="Tuxanci is first tux shooter inspired by game Bulanci." HOMEPAGE="http://www.tuxanci.org/" if [[ ${PV} = 9999* ]]; then SRC_URI="" + KEYWORDS="" else SRC_URI="http://download.${PN}.org/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" IUSE="debug dedicated +ipv6 nls opengl +sound" -# alsa is used only when building client +# >=x11-libs/cairo-1.8.8[X,svg] RDEPEND=" !dedicated? ( - media-libs/fontconfig + >=media-libs/fontconfig-2.7.0 media-libs/libsdl[X,opengl?] media-libs/sdl-ttf[X] - media-libs/sdl-image[png] - x11-libs/cairo[X,svg] + >=media-libs/sdl-image-1.2.10[png] sound? ( - media-libs/sdl-mixer[vorbis] + >=media-libs/sdl-mixer-1.2.11[vorbis] ) ) >=dev-libs/libzip-0.9" |