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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72E9A15808B for ; Tue, 22 Mar 2022 08:27:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97621E0823; Tue, 22 Mar 2022 08:27:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D3EFBE0823 for ; Tue, 22 Mar 2022 08:27:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F0593343186 for ; Tue, 22 Mar 2022 08:27:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 741512EB for ; Tue, 22 Mar 2022 08:27:41 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1647937555.f1d14fd556a033b31394b31e561e2f62267ef815.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/zile/zile-2.6.2-r1.ebuild app-editors/zile/zile-2.6.2-r2.ebuild X-VCS-Directories: app-editors/zile/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f1d14fd556a033b31394b31e561e2f62267ef815 X-VCS-Branch: master Date: Tue, 22 Mar 2022 08:27:41 +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: c495116d-b5f9-4a98-8ba5-619cccf474c2 X-Archives-Hash: 96793cbb55ca7b13de5a1d455a043694 commit: f1d14fd556a033b31394b31e561e2f62267ef815 Author: Ulrich Müller gentoo org> AuthorDate: Tue Mar 22 08:25:24 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Mar 22 08:25:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d14fd5 app-editors/zile: Don't call vala_setup when installing a binpkg Closes: https://bugs.gentoo.org/835778 Signed-off-by: Ulrich Müller gentoo.org> app-editors/zile/{zile-2.6.2-r1.ebuild => zile-2.6.2-r2.ebuild} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app-editors/zile/zile-2.6.2-r1.ebuild b/app-editors/zile/zile-2.6.2-r2.ebuild similarity index 90% rename from app-editors/zile/zile-2.6.2-r1.ebuild rename to app-editors/zile/zile-2.6.2-r2.ebuild index 5381d2b0a454..397db8e3c0d1 100644 --- a/app-editors/zile/zile-2.6.2-r1.ebuild +++ b/app-editors/zile/zile-2.6.2-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" RDEPEND="dev-libs/glib:2 dev-libs/libgee:0.8= @@ -30,12 +30,9 @@ DOCS="README THANKS" QA_AM_MAINTAINER_MODE=".*help2man.*" #450278 -pkg_setup() { - vala_setup -} - src_prepare() { default + vala_setup rm *_vala.stamp || die }