summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-05 18:42:33 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-05 18:42:33 +0200
commit936f6a792b342d0c19e57cc82f8650eb2de01519 (patch)
treeb0c745095b4977e28f2e44acc15777c86b0f69b4 /dev-util/gef
parentdev-util/peda: Stabilize 1.2 amd64, #889828 (diff)
downloadgentoo-936f6a792b342d0c19e57cc82f8650eb2de01519.tar.gz
gentoo-936f6a792b342d0c19e57cc82f8650eb2de01519.tar.bz2
gentoo-936f6a792b342d0c19e57cc82f8650eb2de01519.zip
dev-util/gef: Stabilize 2022.06-r1 x86, #889830
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/gef')
-rw-r--r--dev-util/gef/gef-2022.06-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gef/gef-2022.06-r1.ebuild b/dev-util/gef/gef-2022.06-r1.ebuild
index 9e741b58d560..3d0ae74b3708 100644
--- a/dev-util/gef/gef-2022.06-r1.ebuild
+++ b/dev-util/gef/gef-2022.06-r1.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,7 +20,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/hugsy/gef"
else
SRC_URI="https://github.com/hugsy/gef/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 x86"
fi
LICENSE="MIT"