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 10424138330 for ; Sun, 18 Sep 2016 11:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F79B21C08A; 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 EE91F21C054 for ; Sun, 18 Sep 2016 11:02:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 27219340BE6 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 4C8D92491 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: <1474196499.e0799fc0f26c4174439622d8a1fe1333ede39cfd.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: e0799fc0f26c4174439622d8a1fe1333ede39cfd 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: aacf24cf-6efe-4d37-a4b1-197e23ecbaaf X-Archives-Hash: 5207d0c5f023e2d157fbfcbb4c388663 commit: e0799fc0f26c4174439622d8a1fe1333ede39cfd Author: Pacho Ramos gentoo org> AuthorDate: Sun Sep 18 10:46:04 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Sep 18 11:01:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0799fc0 dev-libs/libunique: Make repoman more happy Package-Manager: portage-2.3.0 dev-libs/libunique/libunique-1.1.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libunique/libunique-1.1.6-r2.ebuild b/dev-libs/libunique/libunique-1.1.6-r2.ebuild index 74a1132..f0b29b9 100644 --- a/dev-libs/libunique/libunique-1.1.6-r2.ebuild +++ b/dev-libs/libunique/libunique-1.1.6-r2.ebuild @@ -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 \