Diff sqlmap-1.10 with a sqlmap-9999

/usr/portage/dev-db/sqlmap/sqlmap-9999.ebuild 2025-12-26 10:18:08.199527915 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
16 16
	EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap"
17 17
else
18 18
	SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
19
	KEYWORDS="amd64 x86"
19
	KEYWORDS="~amd64 ~x86"
20 20
fi
21 21

  
22 22
# sqlmap (GPL-2+)
Thank you!