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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user