diff options
author | Kerin Millar <kfm@plushkava.net> | 2024-08-11 02:52:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-11 11:25:49 +0100 |
commit | eaf30a2314bac219042e9ec5b283c865cc67b25f (patch) | |
tree | 2c6ea44135ab13d2039c09b315f21d4855fd9d7f /sys-apps/gentoo-functions/gentoo-functions-9999.ebuild | |
parent | profiles: mask cbindgen-0.27.0 (diff) | |
download | gentoo-eaf30a2314bac219042e9ec5b283c865cc67b25f.tar.gz gentoo-eaf30a2314bac219042e9ec5b283c865cc67b25f.tar.bz2 gentoo-eaf30a2314bac219042e9ec5b283c865cc67b25f.zip |
sys-apps/gentoo-functions: add 1.7.2
Also, sync the version 9999 ebuild.
Closes: https://bugs.gentoo.org/937463
Signed-off-by: Kerin Millar <kfm@plushkava.net>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/gentoo-functions/gentoo-functions-9999.ebuild')
-rw-r--r-- | sys-apps/gentoo-functions/gentoo-functions-9999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild b/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild index 864663a97757..512195ceb8c2 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild @@ -16,14 +16,11 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi -LICENSE="GPL-2 public-domain" +LICENSE="GPL-2" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -# Specifically needs GNU find, as well. -RDEPEND=">=sys-apps/findutils-4.9" - src_configure() { local emesonargs=( # Deliberately avoid /usr as consumers assume we're at /lib/gentoo. @@ -41,7 +38,7 @@ src_install() { if [[ ${EPREFIX} ]]; then while read -r; do if [[ ${REPLY} == $'\t'genfun_prefix= ]]; then - printf 'genfun_prefix=%q\n' "${EPREFIX}" + printf '\tgenfun_prefix=%q\n' "${EPREFIX}" else printf '%s\n' "${REPLY}" fi || ! break |