Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/
Date: Fri, 26 Aug 2022 10:08:42
Message-Id: 1661508503.ecce4a5ab2c9b3bb6f3e30709cce9b71a9266e3c.sam@gentoo
1 commit: ecce4a5ab2c9b3bb6f3e30709cce9b71a9266e3c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 26 10:07:40 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 10:08:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecce4a5a
7
8 dev-db/sqlmap: Stabilize 1.6.8 x86, #866632
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-db/sqlmap/sqlmap-1.6.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/sqlmap/sqlmap-1.6.8.ebuild b/dev-db/sqlmap/sqlmap-1.6.8.ebuild
16 index 6b74d8864800..7c54e083798c 100644
17 --- a/dev-db/sqlmap/sqlmap-1.6.8.ebuild
18 +++ b/dev-db/sqlmap/sqlmap-1.6.8.ebuild
19 @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
20 EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap"
21 else
22 SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="~amd64 x86"
25 fi
26
27 # sqlmap (GPL-2+)