diff options
| author | Sam James <sam@gentoo.org> | 2022-06-17 21:30:54 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-06-17 21:30:54 +0100 |
| commit | 40d891ccac4e3f1ba1311332f68d6dda42c922f1 (patch) | |
| tree | 8be580c790dd7c8715ccfd19aa8bdbfdbe86acc4 /app-shells/bash/bash-9999.ebuild | |
| parent | 0123d7bad3b99b9b84dce531e1ce94b285377f1e (diff) | |
| download | gentoo-40d891ccac4e3f1ba1311332f68d6dda42c922f1.tar.gz gentoo-40d891ccac4e3f1ba1311332f68d6dda42c922f1.tar.bz2 gentoo-40d891ccac4e3f1ba1311332f68d6dda42c922f1.zip | |
app-shells/bash: minor nit for QA_CONFIGURE_OPTIONS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/bash/bash-9999.ebuild')
| -rw-r--r-- | app-shells/bash/bash-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild index 30812eac26e8..09d7f435408e 100644 --- a/app-shells/bash/bash-9999.ebuild +++ b/app-shells/bash/bash-9999.ebuild @@ -89,7 +89,7 @@ BDEPEND="verify-sig? ( sec-keys/openpgp-keys-chetramey )" S="${WORKDIR}/${MY_P}" # EAPI 8 tries to append it but it doesn't exist here -QA_CONFIGURE_OPTIONS+="--disable-static" +QA_CONFIGURE_OPTIONS="--disable-static" PATCHES=( #"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}/ |
