diff options
-rw-r--r-- | dev-go/athena-cli/athena-cli-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-go/athena-cli/athena-cli-9999.ebuild b/dev-go/athena-cli/athena-cli-9999.ebuild index 8ede726..6f33900 100644 --- a/dev-go/athena-cli/athena-cli-9999.ebuild +++ b/dev-go/athena-cli/athena-cli-9999.ebuild @@ -38,9 +38,11 @@ SLOT="0/${PVR}" RESTRICT="mirror" IUSE="+pie" +if [[ ${PV} != *9999* ]]; then PATCHES=( "${FILESDIR}/00-feature-workgroup.patch" ) +fi src_compile() { # -buildmode=pie forces external linking mode, even CGO_ENABLED=0 |