summaryrefslogtreecommitdiff
path: root/app-shells/bash/bash-9999.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-04-23 14:55:25 +0100
committerSam James <sam@gentoo.org>2024-04-23 14:55:40 +0100
commit850855fd02bc6daec93cd9a11846493f948dd74f (patch)
tree82797aea4d1393518889f1bae564a471e0fa751c /app-shells/bash/bash-9999.ebuild
parent0a4c8143b201ad2e042d64d1129b87747bb4b461 (diff)
downloadgentoo-850855fd02bc6daec93cd9a11846493f948dd74f.tar.gz
gentoo-850855fd02bc6daec93cd9a11846493f948dd74f.tar.bz2
gentoo-850855fd02bc6daec93cd9a11846493f948dd74f.zip
app-shells/bash: fix variable order
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.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild
index 7fd382331ee9..036e48751a1f 100644
--- a/app-shells/bash/bash-9999.ebuild
+++ b/app-shells/bash/bash-9999.ebuild
@@ -81,6 +81,8 @@ if [[ -n ${GENTOO_PATCH_VER} ]] ; then
SRC_URI+=" https://dev.gentoo.org/~${GENTOO_PATCH_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${GENTOO_PATCH_VER}-patches.tar.xz"
fi
+S="${WORKDIR}/${MY_P}"
+
LICENSE="GPL-3+"
SLOT="0"
if is_release ; then
@@ -104,8 +106,6 @@ 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"