]> Dogcows Code - chaz/yoink/blobdiff - extra/yoink.ebuild
configure sets correct version in spec file
[chaz/yoink] / extra / yoink.ebuild
index 76e15145cb15e8aae4d28405dd7f84bcfba9f2cd..75a18082e13f0e9d822a68275726aeaf7a26e49f 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI="http://www.dogcows.com/yoink/${P}.tar.bz2"
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug"
+IUSE="debug profile"
 
 RDEPEND="media-libs/libsdl[opengl]
        media-libs/sdl-image[png]
@@ -41,7 +41,8 @@ src_configure() {
        egamesconf \
                --disable-dependency-tracking \
                --with-assetdir="${GAMES_DATADIR}/${PN}" \
-               $(use_enable debug)
+               $(use_enable debug) \
+               $(use_enable profile)
 }
 
 src_install() {
This page took 0.018351 seconds and 4 git commands to generate.