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 94B4A138334 for ; Sat, 20 Oct 2018 18:52:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86580E0887; Sat, 20 Oct 2018 18:52:12 +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 59F25E0880 for ; Sat, 20 Oct 2018 18:52:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 49D51335D04 for ; Sat, 20 Oct 2018 18:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78EC244C for ; Sat, 20 Oct 2018 18:52:07 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1540061470.14c1bbdc03eb4a9d20c0b701ff03481e3ca07b6a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libindicator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libindicator/libindicator-12.10.1-r201.ebuild dev-libs/libindicator/libindicator-12.10.1-r301.ebuild X-VCS-Directories: dev-libs/libindicator/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 14c1bbdc03eb4a9d20c0b701ff03481e3ca07b6a X-VCS-Branch: master Date: Sat, 20 Oct 2018 18:52:07 +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: 1f2b284a-46bf-4a9b-a30a-96cd1641fc1b X-Archives-Hash: 84b92e7e7f24a91358204e7337aed16a commit: 14c1bbdc03eb4a9d20c0b701ff03481e3ca07b6a Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 20 18:31:38 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 20 18:51:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c1bbdc dev-libs/libindicator: Needs dev-util/glib-utils Closes: https://bugs.gentoo.org/668038 Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/libindicator/libindicator-12.10.1-r201.ebuild | 3 ++- dev-libs/libindicator/libindicator-12.10.1-r301.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild b/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild index df50dfaad51..c43c76e155f 100644 --- a/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild +++ b/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,6 +16,7 @@ IUSE="test" RDEPEND=">=dev-libs/glib-2.22[${MULTILIB_USEDEP}] >=x11-libs/gtk+-2.18:2[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} + dev-util/glib-utils virtual/pkgconfig[${MULTILIB_USEDEP}] test? ( dev-util/dbus-test-runner )" diff --git a/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild b/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild index c60e8b2e31d..0f80459205a 100644 --- a/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild +++ b/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,6 +16,7 @@ IUSE="test" RDEPEND=">=dev-libs/glib-2.22[${MULTILIB_USEDEP}] >=x11-libs/gtk+-3.2:3[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} + dev-util/glib-utils virtual/pkgconfig[${MULTILIB_USEDEP}] test? ( dev-util/dbus-test-runner )"