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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C4F2158089 for ; Sun, 1 Oct 2023 07:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A1802BC014; Sun, 1 Oct 2023 07:55:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FAAB2BC014 for ; Sun, 1 Oct 2023 07:55:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 266BC335D27 for ; Sun, 1 Oct 2023 07:55:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8963810E1 for ; Sun, 1 Oct 2023 07:55:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1696146551.e5d8fda9c11d7af8452ac8c9084a6939458008e3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgee/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgee/libgee-0.20.6.ebuild X-VCS-Directories: dev-libs/libgee/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e5d8fda9c11d7af8452ac8c9084a6939458008e3 X-VCS-Branch: master Date: Sun, 1 Oct 2023 07:55: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: 4825b89d-1538-4c34-9ca3-38a1706e4300 X-Archives-Hash: 71a3a39e13d8cd47804ae1a3a1c46868 commit: e5d8fda9c11d7af8452ac8c9084a6939458008e3 Author: Sam James gentoo org> AuthorDate: Sun Oct 1 07:49:11 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 1 07:49:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d8fda9 dev-libs/libgee: move vala_setup to src_configure We don't want to run for binpkg merges. Signed-off-by: Sam James gentoo.org> dev-libs/libgee/libgee-0.20.6.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-libs/libgee/libgee-0.20.6.ebuild b/dev-libs/libgee/libgee-0.20.6.ebuild index 4b4fb7a89b2c..d04df6b84520 100644 --- a/dev-libs/libgee/libgee-0.20.6.ebuild +++ b/dev-libs/libgee/libgee-0.20.6.ebuild @@ -21,11 +21,9 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -pkg_setup() { +src_configure() { vala_setup -} -src_configure() { gnome2_src_configure \ $(use_enable introspection) }