commit: 946a53fb14212bb5787dff84953b7c8b372b052f Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Mon Aug 6 12:50:50 2018 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Mon Aug 6 12:50:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946a53fb
www-client/jd: drop gnome USE flag Closes: https://bugs.gentoo.org/644338 Package-Manager: Portage-2.3.40, Repoman-2.3.9 www-client/jd/jd-2.8.5_p120826.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/www-client/jd/jd-2.8.5_p120826.ebuild b/www-client/jd/jd-2.8.5_p120826.ebuild index c05782e16ca..fba97b07fe5 100644 --- a/www-client/jd/jd-2.8.5_p120826.ebuild +++ b/www-client/jd/jd-2.8.5_p120826.ebuild @@ -14,18 +14,15 @@ SRC_URI="mirror://sourceforge.jp/${PN}4linux/56721/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="alsa gnome gnutls migemo" +IUSE="alsa gnutls migemo" RDEPEND="dev-cpp/gtkmm:2.4 dev-libs/glib:2 sys-libs/zlib + x11-libs/libICE + x11-libs/libSM x11-misc/xdg-utils alsa? ( >=media-libs/alsa-lib-1 ) - gnome? ( >=gnome-base/libgnomeui-2 ) - !gnome? ( - x11-libs/libSM - x11-libs/libICE - ) gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/openssl:0 ) migemo? ( app-text/cmigemo )" @@ -46,11 +43,10 @@ src_prepare() { src_configure() { econf \ $(use_with alsa) \ - $(use_with gnome sessionlib gnomeui) \ - $(use_with !gnome sessionlib xsmp) \ $(use_with !gnutls openssl) \ $(use_with migemo) \ $(use_with migemo migemodict "${EREPFIX}"/usr/share/migemo/migemo-dict) \ + --with-sessionlib=xsmp \ --with-xdgopen }