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 D295D138334 for ; Mon, 7 Jan 2019 23:14:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEA87E0B93; Mon, 7 Jan 2019 23:14:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 95C97E0B93 for ; Mon, 7 Jan 2019 23:14:16 +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 ABC4A335D06 for ; Mon, 7 Jan 2019 23:14:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2CB84E5 for ; Mon, 7 Jan 2019 23:14:12 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1546902843.52c6dd6d34b16f1422977c34d81ccf828f9eb99e.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ostree/ostree-2018.9.ebuild X-VCS-Directories: dev-util/ostree/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 52c6dd6d34b16f1422977c34d81ccf828f9eb99e X-VCS-Branch: master Date: Mon, 7 Jan 2019 23:14:12 +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: 8784c522-79e3-48d6-a1b7-9f2e1dda6c5b X-Archives-Hash: 972af730e83282acfbbcaca69b260228 commit: 52c6dd6d34b16f1422977c34d81ccf828f9eb99e Author: Zac Medico gentoo org> AuthorDate: Mon Jan 7 23:04:16 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jan 7 23:14:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c6dd6d dev-util/ostree: add glib-utils dep for glib-mkenums Reported-by: Toralf Förster gentoo.org> Closes: https://bugs.gentoo.org/674828 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Zac Medico gentoo.org> dev-util/ostree/ostree-2018.9.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/ostree/ostree-2018.9.ebuild b/dev-util/ostree/ostree-2018.9.ebuild index deeb95b146b..a0ebb8afb28 100644 --- a/dev-util/ostree/ostree-2018.9.ebuild +++ b/dev-util/ostree/ostree-2018.9.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/lib${P}" COMMON_DEPEND=" app-arch/xz-utils:= app-crypt/gpgme:= - dev-libs/glib:= + dev-libs/glib:2= dev-libs/libassuan:= dev-libs/libgpg-error:= dev-libs/openssl:0= @@ -42,6 +42,7 @@ DEPEND=" app-text/docbook-xsl-stylesheets sys-devel/bison dev-libs/libxslt + || ( dev-util/glib-utils