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 764FD13832E for ; Sat, 13 Aug 2016 22:19:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3091921C18E; Sat, 13 Aug 2016 22:19:32 +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 CE2F721C18E for ; Sat, 13 Aug 2016 22:19:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 44624340CE4 for ; Sat, 13 Aug 2016 22:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C655A8F4 for ; Sat, 13 Aug 2016 22:19:26 +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: <1471126706.22e802b2b3cef7df9f1d6af974dee15a4cb259a1.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:split-deps commit in: dev-libs/libmateweather/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: dev-libs/libmateweather/libmateweather-9999.ebuild X-VCS-Directories: dev-libs/libmateweather/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 22e802b2b3cef7df9f1d6af974dee15a4cb259a1 X-VCS-Branch: split-deps Date: Sat, 13 Aug 2016 22:19: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-Archives-Salt: 2442dde0-6066-420f-a7f6-e572eda65230 X-Archives-Hash: 3e049c4cbdbc1b900169bf1e28c7fb20 commit: 22e802b2b3cef7df9f1d6af974dee15a4cb259a1 Author: mudler sabayon org> AuthorDate: Sat Aug 13 21:43:51 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Sat Aug 13 22:18:26 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=22e802b2 dev-libs/libmateweather: Use COMMON_DEPEND Package-Manager: portage-2.2.26 Signed-off-by: NP-Hardass gentoo.org> dev-libs/libmateweather/libmateweather-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/libmateweather/libmateweather-9999.ebuild b/dev-libs/libmateweather/libmateweather-9999.ebuild index 80cf76e..19ba7a2 100644 --- a/dev-libs/libmateweather/libmateweather-9999.ebuild +++ b/dev-libs/libmateweather/libmateweather-9999.ebuild @@ -24,7 +24,7 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) " -RDEPEND=">=dev-libs/glib-2.36:2[${PYTHON_USEDEP}] +COMMON_DEPEND=">=dev-libs/glib-2.36:2[${PYTHON_USEDEP}] >=dev-libs/libxml2-2.6:2 >=net-libs/libsoup-2.34:2.4 >=sys-libs/timezone-data-2010k:0 @@ -38,7 +38,9 @@ RDEPEND=">=dev-libs/glib-2.36:2[${PYTHON_USEDEP}] >=dev-python/pygtk-2:2[${PYTHON_USEDEP}] )" -DEPEND="${RDEPEND} +RDEPEND="${COMMON_DEPEND}" + +DEPEND="${COMMON_DEPEND} dev-util/gtk-doc dev-util/gtk-doc-am >=dev-util/intltool-0.50.1:*