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 BDDA1158020 for ; Fri, 28 Oct 2022 19:53:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75741E08C3; Fri, 28 Oct 2022 19:53:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C25AE08C3 for ; Fri, 28 Oct 2022 19:53:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 689E43411D8 for ; Fri, 28 Oct 2022 19:53:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 850646E8 for ; Fri, 28 Oct 2022 19:53:32 +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: <1666986606.4006de2d6b254479b994fb6de8d2c75fe7ee05a6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/attr/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/attr/attr-9999.ebuild X-VCS-Directories: sys-apps/attr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4006de2d6b254479b994fb6de8d2c75fe7ee05a6 X-VCS-Branch: master Date: Fri, 28 Oct 2022 19:53:32 +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: 2b3bb281-eb74-4fad-82ca-41cf0d9b49d6 X-Archives-Hash: cd4da86769c4d2ab2e61e2efd7f1bf7c commit: 4006de2d6b254479b994fb6de8d2c75fe7ee05a6 Author: Sam James gentoo org> AuthorDate: Fri Oct 28 19:41:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 28 19:50:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4006de2d sys-apps/attr: sync live Signed-off-by: Sam James gentoo.org> sys-apps/attr/attr-9999.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/sys-apps/attr/attr-9999.ebuild b/sys-apps/attr/attr-9999.ebuild index c8051fdd82e4..2046677daddd 100644 --- a/sys-apps/attr/attr-9999.ebuild +++ b/sys-apps/attr/attr-9999.ebuild @@ -3,9 +3,7 @@ EAPI=8 -# autotools inherit only needed for 2.5.1-r1 patch for symvers -# hopefully in next release -inherit autotools flag-o-matic toolchain-funcs multilib-minimal usr-ldscript +inherit flag-o-matic toolchain-funcs multilib-minimal usr-ldscript if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/${PN}.git" @@ -27,7 +25,7 @@ IUSE="debug nls static-libs" BDEPEND="nls? ( sys-devel/gettext )" PATCHES=( - "${FILESDIR}"/${PN}-2.5.1-fix-symver.patch + "${FILESDIR}"/${PN}-2.5.1-r2-fix-symver.patch ) src_prepare() { @@ -39,10 +37,7 @@ src_prepare() { eautoreconf else # bug #580792 - #elibtoolize - - # Temporarily for 2.5.1-r1 for symver patch - eautoreconf + elibtoolize fi }