diff --git a/dev-db/sqlmap/sqlmap-1.8.11.ebuild b/dev-db/sqlmap/sqlmap-1.8.11.ebuild index 529820752d512..9f0817ca7276d 100644 --- a/dev-db/sqlmap/sqlmap-1.8.11.ebuild +++ b/dev-db/sqlmap/sqlmap-1.8.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap" else SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi # sqlmap (GPL-2+)