summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-05 18:42:32 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-05 18:42:32 +0200
commitc4bfa0ffde93584b4379cb4678d1ed0c6b94cd0f (patch)
tree7ccbe1104fe22307dbd3bd506e00b2154dceba15 /dev-util/peda
parentdev-util/peda: Stabilize 1.2 x86, #889828 (diff)
downloadgentoo-c4bfa0ffde93584b4379cb4678d1ed0c6b94cd0f.tar.gz
gentoo-c4bfa0ffde93584b4379cb4678d1ed0c6b94cd0f.tar.bz2
gentoo-c4bfa0ffde93584b4379cb4678d1ed0c6b94cd0f.zip
dev-util/peda: Stabilize 1.2 amd64, #889828
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/peda')
-rw-r--r--dev-util/peda/peda-1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/peda/peda-1.2.ebuild b/dev-util/peda/peda-1.2.ebuild
index b76ce5163db1..df618d1a27f7 100644
--- a/dev-util/peda/peda-1.2.ebuild
+++ b/dev-util/peda/peda-1.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://github.com/longld/peda"
else
SRC_URI="https://github.com/longld/peda/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 x86"
+ KEYWORDS="amd64 x86"
fi
LICENSE="CC-BY-NC-SA-3.0"