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 0A54B138334 for ; Fri, 6 Dec 2019 14:20:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F5B1E08EF; Fri, 6 Dec 2019 14:20:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 44E34E08EF for ; Fri, 6 Dec 2019 14:20:26 +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 6AF7634D851 for ; Fri, 6 Dec 2019 14:20:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D29C4973 for ; Fri, 6 Dec 2019 14:20:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1575642000.90b6588bfb2ddecfd99922689090dacd3aa0454f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4ui/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/libxfce4ui/libxfce4ui-4.15.0.ebuild X-VCS-Directories: xfce-base/libxfce4ui/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 90b6588bfb2ddecfd99922689090dacd3aa0454f X-VCS-Branch: master Date: Fri, 6 Dec 2019 14:20: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 11ed945c-7ea4-435f-93be-89c5b4dbefc3 X-Archives-Hash: bdc5b26dc1691c9a37269c7bbff663e1 commit: 90b6588bfb2ddecfd99922689090dacd3aa0454f Author: Michał Górny gentoo org> AuthorDate: Fri Dec 6 12:50:21 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 6 14:20:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b6588b xfce-base/libxfce4ui: Revert "Readd blocked USE=gtk2 to fix revdeps" All revdeps have been updated now, so let's remove the hack. Signed-off-by: Michał Górny gentoo.org> xfce-base/libxfce4ui/libxfce4ui-4.15.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.15.0.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.15.0.ebuild index c82e6b23c4a..c412d638a21 100644 --- a/xfce-base/libxfce4ui/libxfce4ui-4.15.0.ebuild +++ b/xfce-base/libxfce4ui/libxfce4ui-4.15.0.ebuild @@ -12,8 +12,8 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="LGPL-2+ GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="debug glade -gtk2 introspection libgtop startup-notification vala" -REQUIRED_USE="!gtk2 vala? ( introspection )" +IUSE="debug glade introspection libgtop startup-notification vala" +REQUIRED_USE="vala? ( introspection )" RDEPEND=">=dev-libs/glib-2.42:2 >=x11-libs/gtk+-3.22:3[introspection?]