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 14708138334 for ; Sun, 7 Apr 2019 11:49:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2C98E0828; Sun, 7 Apr 2019 11:49:53 +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 CB5A1E0828 for ; Sun, 7 Apr 2019 11:49:53 +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 501F9335D15 for ; Sun, 7 Apr 2019 11:49:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5971593 for ; Sun, 7 Apr 2019 11:49:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1554637348.618adc71b783e372482b6c5fa22124c8a12a4fa2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/libmatekbd/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/libmatekbd/libmatekbd-1.22.0.ebuild X-VCS-Directories: mate-base/libmatekbd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 618adc71b783e372482b6c5fa22124c8a12a4fa2 X-VCS-Branch: master Date: Sun, 7 Apr 2019 11:49:50 +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: 6e14e898-36bb-4ec7-90b5-dcee7bd39ba7 X-Archives-Hash: 468d97c0fc2e99a6aaeefc079ab97981 commit: 618adc71b783e372482b6c5fa22124c8a12a4fa2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 7 11:42:28 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 7 11:42:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618adc71 mate-base/libmatekbd: Add missing dev-util/glib-utils Non-maintainer fix. Closes: https://bugs.gentoo.org/668576 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> mate-base/libmatekbd/libmatekbd-1.22.0.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild b/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild index a32a2661a41..8d08f75b22a 100644 --- a/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild +++ b/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild @@ -17,7 +17,7 @@ SLOT="0" IUSE="X +introspection test" -COMMON_DEPEND=">=dev-libs/glib-2.50:2 +RDEPEND=">=dev-libs/glib-2.50:2 x11-libs/cairo >=x11-libs/gdk-pixbuf-2.24:2 x11-libs/libX11 @@ -27,12 +27,11 @@ COMMON_DEPEND=">=dev-libs/glib-2.50:2 >=x11-libs/gtk+-3.22:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )" -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} - sys-devel/gettext:* - >=dev-util/intltool-0.50.1:* - virtual/pkgconfig:*" +DEPEND="${RDEPEND} + dev-util/glib-utils + >=dev-util/intltool-0.50.1 + sys-devel/gettext + virtual/pkgconfig" src_configure() { mate_src_configure \