Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/
Date: Thu, 16 Mar 2023 07:33:24
Message-Id: 1678951972.34a2b21e1ea444932e126bcfe6313994271de5ff.juippis@gentoo
1 commit: 34a2b21e1ea444932e126bcfe6313994271de5ff
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 07:32:52 2023 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 07:32:52 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a2b21e
7
8 dev-db/sqlmap: Stabilize 1.7.2 amd64, #901381
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-db/sqlmap/sqlmap-1.7.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/sqlmap/sqlmap-1.7.2.ebuild b/dev-db/sqlmap/sqlmap-1.7.2.ebuild
16 index 550ec7d5d4b0..2e665b523b24 100644
17 --- a/dev-db/sqlmap/sqlmap-1.7.2.ebuild
18 +++ b/dev-db/sqlmap/sqlmap-1.7.2.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+)