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 F3748138334 for ; Thu, 22 Aug 2019 11:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29318E0954; Thu, 22 Aug 2019 11:15:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 07FDCE0954 for ; Thu, 22 Aug 2019 11:15:29 +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 04FE834A109 for ; Thu, 22 Aug 2019 11:15:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C6FC770 for ; Thu, 22 Aug 2019 11:15:26 +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: <1566472496.d6559d9824b4fac2ef896c42e14a425c15f8471c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/multiload-nandhp/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r2.ebuild X-VCS-Directories: xfce-extra/multiload-nandhp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d6559d9824b4fac2ef896c42e14a425c15f8471c X-VCS-Branch: master Date: Thu, 22 Aug 2019 11:15:26 +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: 74d9233a-1565-4aac-a8e7-ffc5799ea9da X-Archives-Hash: e3c715eb58d255afc51078b3d695aef1 commit: d6559d9824b4fac2ef896c42e14a425c15f8471c Author: Michał Górny gentoo org> AuthorDate: Thu Aug 22 10:27:35 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 22 11:14:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6559d98 xfce-extra/multiload-nandhp: Require GTK+2 xfce4-panel Signed-off-by: Michał Górny gentoo.org> ...{multiload-nandhp-0.3-r1.ebuild => multiload-nandhp-0.3-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r2.ebuild similarity index 91% rename from xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild rename to xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r2.ebuild index 0affafa8718..741761441e5 100644 --- a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild +++ b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ RDEPEND=">=x11-libs/gtk+-2.14:2= >=gnome-base/libgtop-2.11.92:= >=xfce-base/libxfce4ui-4.10:= >=xfce-base/libxfce4util-4.10:= - >=xfce-base/xfce4-panel-4.10:=" + >=xfce-base/xfce4-panel-4.10:=[gtk2(+)]" DEPEND="${RDEPEND} dev-util/intltool sys-devel/gettext