From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4A0C138335 for ; Mon, 6 Aug 2018 12:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60159E083B; Mon, 6 Aug 2018 12:54:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A4C5E083B for ; Mon, 6 Aug 2018 12:54:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C147335CE4 for ; Mon, 6 Aug 2018 12:54:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA33F397 for ; Mon, 6 Aug 2018 12:54:05 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1533559850.946a53fb14212bb5787dff84953b7c8b372b052f.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/jd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/jd/jd-2.8.5_p120826.ebuild X-VCS-Directories: www-client/jd/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 946a53fb14212bb5787dff84953b7c8b372b052f X-VCS-Branch: master Date: Mon, 6 Aug 2018 12:54:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 229f9208-200b-4b00-a667-12b552cfba76 X-Archives-Hash: fe5cd66e2df1538e9865d5df64ca0004 commit: 946a53fb14212bb5787dff84953b7c8b372b052f Author: Akinori Hattori gentoo org> AuthorDate: Mon Aug 6 12:50:50 2018 +0000 Commit: Akinori Hattori gentoo 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 }