Signed-off-by: James Le Cuirot <[email protected]>
---
sys-apps/coreutils/coreutils-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-apps/coreutils/coreutils-9999.ebuild
b/sys-apps/coreutils/coreutils-9999.ebuild
index c7ea3c6527d9..50a429a4b9d8 100644
--- a/sys-apps/coreutils/coreutils-9999.ebuild
+++ b/sys-apps/coreutils/coreutils-9999.ebuild
@@ -11,7 +11,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/coreutils.asc
-inherit flag-o-matic python-any-r1 toolchain-funcs verify-sig
+inherit branding flag-o-matic python-any-r1 toolchain-funcs verify-sig
MY_PATCH="${PN}-9.6-patches"
DESCRIPTION="Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc,
who,...)"
@@ -154,9 +154,9 @@ src_configure() {
# still experimental at the moment, but:
#
https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=85edb4afbd119fb69a0d53e1beb71f46c9525dd0
local myconf=(
- --with-packager="Gentoo"
+ --with-packager="${OS_NAME}"
--with-packager-version="${PVR} (p${PATCH_VER:-0})"
- --with-packager-bug-reports="https://bugs.gentoo.org/"
+ --with-packager-bug-reports="${OS_BUG_REPORT_URL}"
# kill/uptime - procps
# hostname - net-tools
--enable-install-program="arch,$(usev hostname),$(usev kill)"
--
2.51.2