diff options
Diffstat (limited to 'dev-lang/syx/syx-0.1.6.ebuild')
-rw-r--r-- | dev-lang/syx/syx-0.1.6.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-lang/syx/syx-0.1.6.ebuild b/dev-lang/syx/syx-0.1.6.ebuild index 95c9ccf34..6ac8ecb8b 100644 --- a/dev-lang/syx/syx-0.1.6.ebuild +++ b/dev-lang/syx/syx-0.1.6.ebuild @@ -8,7 +8,7 @@ SRC_URI="http://syx.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="gmp readline gtk X debug profile iprofile" +IUSE="gmp readline gtk X debug profile" RDEPEND="gmp? ( dev-libs/gmp ) readline? ( sys-libs/readline ) @@ -16,11 +16,10 @@ RDEPEND="gmp? ( dev-libs/gmp ) X? ( x11-libs/libX11 )" src_compile() { - local myconf="$(use_enable gtk) \ - $(use_enable readline) \ + local myconf="$(use_enable gtk) + $(use_enable readline) $(use_enable X x11) $(use_enable profile) - $(use_enable iprofile) \ $(use_with gmp)" use debug && myconf="${myconf} --enable-debug=info" |