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 40326139337 for ; Sun, 1 Aug 2021 10:06:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57531E08DD; Sun, 1 Aug 2021 10:06:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B7A5E08DD for ; Sun, 1 Aug 2021 10:06:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0CB73435F3 for ; Sun, 1 Aug 2021 10:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F24178A for ; Sun, 1 Aug 2021 10:06:18 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1627812329.2c8624ed4985633da9e02e01abd1c85796f2565f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libffi/libffi-3.3-r2.ebuild dev-libs/libffi/libffi-3.4.2.ebuild dev-libs/libffi/metadata.xml X-VCS-Directories: dev-libs/libffi/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 2c8624ed4985633da9e02e01abd1c85796f2565f X-VCS-Branch: master Date: Sun, 1 Aug 2021 10:06:18 +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: 814e2fc0-5b56-4648-8f19-60d99b22f6de X-Archives-Hash: 30096213f95d8b93214f98306977f3a4 commit: 2c8624ed4985633da9e02e01abd1c85796f2565f Author: Marek Szuba gentoo org> AuthorDate: Sun Aug 1 10:05:29 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Aug 1 10:05:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8624ed */*: remove deprecated USE flag 'pax_kernel' Signed-off-by: Marek Szuba gentoo.org> dev-libs/libffi/libffi-3.3-r2.ebuild | 5 +---- dev-libs/libffi/libffi-3.4.2.ebuild | 5 +---- dev-libs/libffi/metadata.xml | 1 - 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/dev-libs/libffi/libffi-3.3-r2.ebuild b/dev-libs/libffi/libffi-3.3-r2.ebuild index 40e5b2deafa..95c00185605 100644 --- a/dev-libs/libffi/libffi-3.3-r2.ebuild +++ b/dev-libs/libffi/libffi-3.3-r2.ebuild @@ -14,12 +14,9 @@ SRC_URI="https://github.com/libffi/libffi/releases/download/v${MY_PV}/${MY_P}.ta LICENSE="MIT" SLOT="0/7" # SONAME=libffi.so.7 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="debug pax-kernel pax_kernel static-libs test" +IUSE="debug pax-kernel static-libs test" RESTRICT="!test? ( test )" -# If you are USE=pax_kernel user you really want USE=pax-kernel as well. -# That's a flag rename: https://archives.gentoo.org/gentoo-dev/message/273f5ec9ebc8075f6ee8d8cdda9e759e -REQUIRED_USE="pax_kernel? ( pax-kernel )" RDEPEND="" DEPEND="" diff --git a/dev-libs/libffi/libffi-3.4.2.ebuild b/dev-libs/libffi/libffi-3.4.2.ebuild index ea7ec8362d0..71baf938aac 100644 --- a/dev-libs/libffi/libffi-3.4.2.ebuild +++ b/dev-libs/libffi/libffi-3.4.2.ebuild @@ -14,12 +14,9 @@ SRC_URI="https://github.com/libffi/libffi/releases/download/v${MY_PV}/${MY_P}.ta LICENSE="MIT" SLOT="0/8" # SONAME=libffi.so.8 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="debug exec-static-trampoline pax-kernel pax_kernel static-libs test" +IUSE="debug exec-static-trampoline pax-kernel static-libs test" RESTRICT="!test? ( test )" -# If you are USE=pax_kernel user you really want USE=pax-kernel as well. -# That's a flag rename: https://archives.gentoo.org/gentoo-dev/message/273f5ec9ebc8075f6ee8d8cdda9e759e -REQUIRED_USE="pax_kernel? ( pax-kernel )" RDEPEND="" DEPEND="" diff --git a/dev-libs/libffi/metadata.xml b/dev-libs/libffi/metadata.xml index 1846097c8bc..a6150455873 100644 --- a/dev-libs/libffi/metadata.xml +++ b/dev-libs/libffi/metadata.xml @@ -36,7 +36,6 @@ Don't rely on dynamic code generation for trampolines. Use PaX emulated trampolines, for we can't use PROT_EXEC - DEPRECATED alias for 'pax-kernel'. Do not use. cpe:/a:libffi_project:libffi