X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=extra%2Fyoink.ebuild;h=75a18082e13f0e9d822a68275726aeaf7a26e49f;hb=eebb993ca929c3f4c235cad9e01dc4797fcd2945;hp=16a430c807aa287bcc39741d5b3c91a476f4e40c;hpb=838bc00015eb7f583c7cf4b3b1007697bf047da1;p=chaz%2Fyoink diff --git a/extra/yoink.ebuild b/extra/yoink.ebuild index 16a430c..75a1808 100644 --- a/extra/yoink.ebuild +++ b/extra/yoink.ebuild @@ -12,10 +12,11 @@ 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]" + media-libs/sdl-image[png] + virtual/opengl" DEPEND="${RDEPEND} dev-util/pkgconfig" @@ -40,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() {