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 69113138330 for ; Sun, 18 Sep 2016 11:02:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8547821C090; Sun, 18 Sep 2016 11:02:02 +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 3422721C090 for ; Sun, 18 Sep 2016 11:02:02 +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 3D97F340C24 for ; Sun, 18 Sep 2016 11:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A1D7248F for ; Sun, 18 Sep 2016 11:01:58 +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: <1474196492.9efb6f08272b59195f1f2338c37b38d5535869b1.pacho@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 X-VCS-Directories: dev-libs/libunique/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9efb6f08272b59195f1f2338c37b38d5535869b1 X-VCS-Branch: master Date: Sun, 18 Sep 2016 11:01:58 +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: 044d3be5-465d-481c-90a3-696ec0bc39ad X-Archives-Hash: 3a8e62d2242448b7f26d5bf261a00192 commit: 9efb6f08272b59195f1f2338c37b38d5535869b1 Author: Pacho Ramos gentoo org> AuthorDate: Sun Sep 18 10:40:44 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Sep 18 11:01:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9efb6f08 dev-libs/libunique: Make repoman more happy and raise gtk-doc-am dep Package-Manager: portage-2.3.0 dev-libs/libunique/libunique-1.1.6-r2.ebuild | 4 ++-- 1 file changed, 2 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 17a96b4..74a1132 100644 --- a/dev-libs/libunique/libunique-1.1.6-r2.ebuild +++ b/dev-libs/libunique/libunique-1.1.6-r2.ebuild @@ -26,7 +26,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.6.3:= ) " DEPEND="${RDEPEND} - dev-util/gtk-doc-am + >=dev-util/gtk-doc-am-1.11 sys-devel/gettext virtual/pkgconfig " @@ -46,7 +46,7 @@ PATCHES=( # Remove G_CONST_RETURN usage, now that its gone in glib "${FILESDIR}/${PN}-1.1.6-G_CONST_RETURN.patch" ) - + src_configure() { gnome2_src_configure \ --disable-maintainer-flags \