commit: 437df35378314a9841d8ca5de7b4ebbbbc2f8f44
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 03:50:15 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 09:03:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437df353
sci-geosciences/gpsbabel: De-keyword ~x86
Depends on dev-qt/qtwebengine, so has no business having it.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/arch/x86/package.mask | 1 -
sci-geosciences/gpsbabel/gpsbabel-1.8.0-r1.ebuild | 2 +-
sci-geosciences/gpsbabel/gpsbabel-1.9.0.ebuild | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/profiles/arch/x86/package.mask b/profiles/arch/x86/package.mask
index 5501432b3344..ec1bcf600753 100644
--- a/profiles/arch/x86/package.mask
+++ b/profiles/arch/x86/package.mask
@@ -68,6 +68,5 @@ media-sound/teamspeak-client:3
net-analyzer/nmapsi
net-libs/signon-ui
sci-geosciences/qmapshack
->=sci-geosciences/gpsbabel-1.8.0
www-client/falkon
www-client/otter
diff --git a/sci-geosciences/gpsbabel/gpsbabel-1.8.0-r1.ebuild
b/sci-geosciences/gpsbabel/gpsbabel-1.8.0-r1.ebuild
index 5214d81abcd5..878957ca68bc 100644
--- a/sci-geosciences/gpsbabel/gpsbabel-1.8.0-r1.ebuild
+++ b/sci-geosciences/gpsbabel/gpsbabel-1.8.0-r1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/gpsbabel/gpsbabel.git"
else
SRC_URI="https://github.com/gpsbabel/gpsbabel/archive/gpsbabel_${MY_PV}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm64"
S="${WORKDIR}/gpsbabel-gpsbabel_${MY_PV}"
fi
diff --git a/sci-geosciences/gpsbabel/gpsbabel-1.9.0.ebuild
b/sci-geosciences/gpsbabel/gpsbabel-1.9.0.ebuild
index 6898cab90cd3..56e727b1bd61 100644
--- a/sci-geosciences/gpsbabel/gpsbabel-1.9.0.ebuild
+++ b/sci-geosciences/gpsbabel/gpsbabel-1.9.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/gpsbabel/gpsbabel.git"
else
SRC_URI="https://github.com/gpsbabel/gpsbabel/archive/gpsbabel_${MY_PV}.tar.gz"
- KEYWORDS="amd64 ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm64"
S="${WORKDIR}/gpsbabel-gpsbabel_${MY_PV}"
fi