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 76854138334 for ; Thu, 1 Nov 2018 20:42:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4259E08F6; Thu, 1 Nov 2018 20:42:25 +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 82698E08EB for ; Thu, 1 Nov 2018 20:42:25 +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 9CEED335CC8 for ; Thu, 1 Nov 2018 20:42:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12A89455 for ; Thu, 1 Nov 2018 20:42:23 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1541104892.0eb9c8a37598b834b759061076c975083a7d1e23.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libunique/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libunique/libunique-1.1.6-r2.ebuild dev-libs/libunique/libunique-3.0.2-r1.ebuild X-VCS-Directories: dev-libs/libunique/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 0eb9c8a37598b834b759061076c975083a7d1e23 X-VCS-Branch: master Date: Thu, 1 Nov 2018 20:42:23 +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: 68e70fe8-80a6-4412-a0cd-22832c7293ff X-Archives-Hash: 4f73488f215481953cac71a882b6b291 commit: 0eb9c8a37598b834b759061076c975083a7d1e23 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Nov 1 20:19:20 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Nov 1 20:41:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb9c8a3 dev-libs/libunique: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/668460 Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-libs/libunique/libunique-1.1.6-r2.ebuild | 3 ++- dev-libs/libunique/libunique-3.0.2-r1.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/libunique/libunique-1.1.6-r2.ebuild b/dev-libs/libunique/libunique-1.1.6-r2.ebuild index be83f6a510c..363759d8bf9 100644 --- a/dev-libs/libunique/libunique-1.1.6-r2.ebuild +++ b/dev-libs/libunique/libunique-1.1.6-r2.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=6 @@ -25,6 +25,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.6.3:= ) " DEPEND="${RDEPEND} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.11 sys-devel/gettext virtual/pkgconfig diff --git a/dev-libs/libunique/libunique-3.0.2-r1.ebuild b/dev-libs/libunique/libunique-3.0.2-r1.ebuild index 1688d8bfa66..8d23f7f79e7 100644 --- a/dev-libs/libunique/libunique-3.0.2-r1.ebuild +++ b/dev-libs/libunique/libunique-3.0.2-r1.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=6 @@ -22,6 +22,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.9.0:= ) " DEPEND="${RDEPEND} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.11 virtual/pkgconfig "