summaryrefslogtreecommitdiff
path: root/dev-python/nextinspace
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-01-04 18:54:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-01-04 18:54:09 +0000
commite1e67a5d95d606250a2ca98dec076ecd6e0062d8 (patch)
tree90984b16cea88cb9f1b36e111cf808588f9e9a13 /dev-python/nextinspace
parent92629f2f4536ac235fc005fbfa176526369acbe0 (diff)
downloadbaldeagleos-repo-e1e67a5d95d606250a2ca98dec076ecd6e0062d8.tar.gz
baldeagleos-repo-e1e67a5d95d606250a2ca98dec076ecd6e0062d8.tar.xz
baldeagleos-repo-e1e67a5d95d606250a2ca98dec076ecd6e0062d8.zip
Adding metadata
Diffstat (limited to 'dev-python/nextinspace')
-rw-r--r--dev-python/nextinspace/metadata.xml1
-rw-r--r--dev-python/nextinspace/nextinspace-3.0.1.ebuild4
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/nextinspace/metadata.xml b/dev-python/nextinspace/metadata.xml
index c1dbecd610b4..cd3d48e84c0f 100644
--- a/dev-python/nextinspace/metadata.xml
+++ b/dev-python/nextinspace/metadata.xml
@@ -17,4 +17,5 @@
</longdescription>
<origin>gentoo-staging</origin>
+ <stabilize-allarches/>
</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/nextinspace/nextinspace-3.0.1.ebuild b/dev-python/nextinspace/nextinspace-3.0.1.ebuild
index 8b1d69d0b66e..7f2310e57438 100644
--- a/dev-python/nextinspace/nextinspace-3.0.1.ebuild
+++ b/dev-python/nextinspace/nextinspace-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://github.com/gideonshaked/nextinspace.git"
else
SRC_URI="https://github.com/gideonshaked/nextinspace/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 x86"
fi
LICENSE="GPL-3+"