X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=extra%2Fyoink.ebuild;h=75a18082e13f0e9d822a68275726aeaf7a26e49f;hb=329a48e4c4c2f5f2904b913938fc53154c48b825;hp=76e15145cb15e8aae4d28405dd7f84bcfba9f2cd;hpb=16d1a05b0777e97a45c48e2874aa4e5cc791282e;p=chaz%2Fyoink diff --git a/extra/yoink.ebuild b/extra/yoink.ebuild index 76e1514..75a1808 100644 --- a/extra/yoink.ebuild +++ b/extra/yoink.ebuild @@ -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() {