diff options
-rw-r--r-- | app-i18n/imsettings/imsettings-1.8.2-r1.ebuild (renamed from app-i18n/imsettings/imsettings-1.8.2.ebuild) | 5 | ||||
-rw-r--r-- | app-i18n/imsettings/metadata.xml | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/app-i18n/imsettings/imsettings-1.8.2.ebuild b/app-i18n/imsettings/imsettings-1.8.2-r1.ebuild index 9fad1e854c63..ed1257e0f018 100644 --- a/app-i18n/imsettings/imsettings-1.8.2.ebuild +++ b/app-i18n/imsettings/imsettings-1.8.2-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="gconf qt5 +introspection xfconf" +IUSE="qt5 +introspection xfconf" RESTRICT="test" RDEPEND="dev-libs/glib:2 @@ -22,7 +22,6 @@ RDEPEND="dev-libs/glib:2 x11-libs/libX11 x11-libs/libgxim x11-libs/libnotify - gconf? ( gnome-base/gconf ) introspection? ( dev-libs/gobject-introspection ) xfconf? ( xfce-base/xfconf )" DEPEND="${RDEPEND}" @@ -37,7 +36,7 @@ MY_XINPUTSH="90-xinput" src_prepare() { sed -i \ - -e "/PKG_CHECK_MODULES/s/\(gconf-2\.0\)/$(usex gconf '\1' _)/" \ + -e "/PKG_CHECK_MODULES/s/\(gconf-2\.0\)/_/" \ -e "/PKG_CHECK_MODULES/s/\(gtk+-2\.0\)/_/" \ -e "/PKG_CHECK_MODULES/s/\(check\)/_/" \ -e "/PKG_CHECK_MODULES/s/\(libxfconf-0\)/$(usex xfconf '\1' _)/" \ diff --git a/app-i18n/imsettings/metadata.xml b/app-i18n/imsettings/metadata.xml index 25862f59a7ee..7593ee8f578e 100644 --- a/app-i18n/imsettings/metadata.xml +++ b/app-i18n/imsettings/metadata.xml @@ -6,7 +6,6 @@ <name>Cjk</name> </maintainer> <use> - <flag name="gconf">Enable support for <pkg>gnome-base/gconf</pkg></flag> <flag name="xfconf">Enable support for <pkg>xfce-base/xfconf</pkg></flag> </use> <upstream> |