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 2188D13832E for ; Sun, 14 Aug 2016 05:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B911121C0E7; Sun, 14 Aug 2016 05:28:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B944F21C096 for ; Sun, 14 Aug 2016 05:28:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19F38340C24 for ; Sun, 14 Aug 2016 05:28:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A3612455 for ; Sun, 14 Aug 2016 05:28:39 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1471148688.1b21b08cf217eed52a15e9b93e788564df0ed1ff.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:split-deps commit in: mate-extra/mate-indicator-applet/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-extra/mate-indicator-applet/mate-indicator-applet-9999.ebuild X-VCS-Directories: mate-extra/mate-indicator-applet/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 1b21b08cf217eed52a15e9b93e788564df0ed1ff X-VCS-Branch: split-deps Date: Sun, 14 Aug 2016 05:28:39 +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: 347a263b-e9ab-44e4-8cfb-23cd25174432 X-Archives-Hash: e9724f2310fc96acc8ebcef9bbb299ee commit: 1b21b08cf217eed52a15e9b93e788564df0ed1ff Author: mudler sabayon org> AuthorDate: Sat Aug 13 21:51:30 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Sun Aug 14 04:24:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=1b21b08c mate-extra/mate-indicator-applet: Use COMMON_DEPEND Package-Manager: portage-2.2.26 Signed-off-by: NP-Hardass gentoo.org> mate-extra/mate-indicator-applet/mate-indicator-applet-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-9999.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-9999.ebuild index 0585d9a..0052725 100644 --- a/mate-extra/mate-indicator-applet/mate-indicator-applet-9999.ebuild +++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-9999.ebuild @@ -16,7 +16,7 @@ SLOT="0" IUSE="gtk3" -RDEPEND=" +COMMON_DEPEND=" >=mate-base/mate-panel-1.8[gtk3(-)=] !gtk3? ( >=dev-libs/libindicator-0.3.90:0 @@ -27,7 +27,9 @@ RDEPEND=" >=x11-libs/gtk+-3.0:3 )" -DEPEND="${RDEPEND} +RDEPEND="${COMMON_DEPEND}" + +DEPEND="${COMMON_DEPEND} >=dev-util/intltool-0.35.0 virtual/pkgconfig"