1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 20:22:38 +01:00

x11-misc/gpaste: remove unrecognized configure options

This commit is contained in:
2018-03-31 22:42:20 +02:00
parent 3912ffbd0a
commit 169a401f77
2 changed files with 2 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ SRC_URI="https://github.com/Keruspe/GPaste/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+applet gnome vala"
IUSE="gnome vala"
CDEPEND="
dev-libs/appstream-glib
@@ -55,8 +55,6 @@ src_prepare() {
src_configure() {
econf \
$(use_enable vala) \
$(use_enable applet) \
--disable-unity \
$(use_enable gnome gnome-shell-extension) \
--disable-static \
--disable-schemas-compile