X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=extra%2Fyoink.ebuild;h=75a18082e13f0e9d822a68275726aeaf7a26e49f;hp=76e15145cb15e8aae4d28405dd7f84bcfba9f2cd;hb=bc5448947f45c0ba4d22b5ad736b7c545d8ec075;hpb=29e3d45f7bbbf31eadf793c41ff2b3d9c47b7539 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() {