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: Sat, 27 Aug 2022 23:10:25
Message-Id: 1661556354.4b195d58e0873ecbda98960632e6dbedb41d1e39.sam@gentoo
1 commit: 4b195d58e0873ecbda98960632e6dbedb41d1e39
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 26 23:25:54 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 23:25:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b195d58
7
8 dev-db/sqlmap: Stabilize 1.6.8 amd64, #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 7c54e083798c..6f14fb2bc59f 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+)