summaryrefslogtreecommitdiff
path: root/dev-util/poke/poke-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/poke/poke-9999.ebuild')
-rw-r--r--dev-util/poke/poke-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-util/poke/poke-9999.ebuild b/dev-util/poke/poke-9999.ebuild
index e142b4b593b7..77f62ea257d8 100644
--- a/dev-util/poke/poke-9999.ebuild
+++ b/dev-util/poke/poke-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,9 +20,12 @@ if [[ ${PV} == 9999 ]]; then
sys-devel/bison
sys-devel/flex
"
+elif [[ $(ver_cut 2) -ge 90 || $(ver_cut 3) ]]; then
+ SRC_URI="https://alpha.gnu.org/gnu/poke/${P}.tar.gz"
+ REGEN_BDEPEND=""
else
SRC_URI="mirror://gnu/poke/${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
REGEN_BDEPEND=""
fi