Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 739302 - sys-apps/acl: EAPI 7 request
Summary: sys-apps/acl: EAPI 7 request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-27 17:11 UTC by David Michael
Modified: 2020-09-07 20:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Michael 2020-08-27 17:11:44 UTC
This is one of two core packages with multilib dependencies that does not have an EAPI 7 ebuild.  That prevents it from cross-compiling to a multilib target system a la bug #723112.  I was able to cross-emerge a couple hundred packages for a testing multilib system with this fixed.

--- sys-apps/acl/acl-2.2.53.ebuild
+++ sys-apps/acl/acl-2.2.53.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=7
 
 inherit flag-o-matic libtool toolchain-funcs multilib-minimal usr-ldscript
 
@@ -17,8 +17,8 @@
 RDEPEND="
 	>=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}]
 "
-DEPEND="${RDEPEND}
-	nls? ( sys-devel/gettext )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
 
 pkg_setup() {
 	# filter out -flto flags as they break getfacl/setfacl binaries
Comment 1 Larry the Git Cow gentoo-dev 2020-09-07 20:44:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aed846710e5368ac390530b31e6854fa02a8489

commit 1aed846710e5368ac390530b31e6854fa02a8489
Author:     David Michael <fedora.dm0@gmail.com>
AuthorDate: 2020-09-03 12:40:33 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2020-09-07 20:44:00 +0000

    sys-apps/acl: EAPI 7
    
    Closes: https://bugs.gentoo.org/739302
    Package-Manager: Portage-3.0.4, Repoman-2.3.23
    Signed-off-by: David Michael <fedora.dm0@gmail.com>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-apps/acl/acl-2.2.53-r1.ebuild | 55 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)