1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 16:02:39 +01:00

- Remove uneeded use flag.

This commit is contained in:
2014-08-02 23:30:46 +02:00
parent a55531aa44
commit 077bb59907
2 changed files with 4 additions and 7 deletions

View File

@@ -13,18 +13,15 @@ SRC_URI="http://www.radare.org/get/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug ewf gmp ssl"
IUSE="ewf ssl"
RDEPEND="gmp? ( dev-libs/gmp:= )
ssl? ( dev-libs/openssl:= )"
RDEPEND="ssl? ( dev-libs/openssl:= )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
econf $(use ssl || echo --without-ssl ) \
$(use gmp || echo --without-gmp ) \
$(use ewf || echo --without-ewf ) \
$(use debug || echo --without-debug )
$(use ewf || echo --without-ewf )
}
src_install() {