Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
Date: Thu, 23 Dec 2021 23:02:26
Message-Id: 1640300516.89b5dacd290704f53c52c99bd400b20a52074230.sam@gentoo
1 commit: 89b5dacd290704f53c52c99bd400b20a52074230
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 23 23:01:52 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 23 23:01:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b5dacd
7
8 app-crypt/chntpw: restore dropped stable keywords, fix HOMEPAGE
9
10 See: 72e46251ccb5cc11fc27c25d5dd534c5c025c3d4
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-crypt/chntpw/chntpw-140201.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild
17 index 1daf1b00e051..31dc499adef3 100644
18 --- a/app-crypt/chntpw/chntpw-140201.ebuild
19 +++ b/app-crypt/chntpw/chntpw-140201.ebuild
20 @@ -6,12 +6,12 @@ EAPI=7
21 inherit toolchain-funcs
22
23 DESCRIPTION="Offline Windows NT Password & Registry Editor"
24 -HOMEPAGE="http://pogostick.net/~pnh/ntpasswd/"
25 -SRC_URI="http://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip"
26 +HOMEPAGE="https://pogostick.net/~pnh/ntpasswd/"
27 +SRC_URI="https://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip"
28
29 LICENSE="GPL-2 LGPL-2.1"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~ppc ~x86"
32 +KEYWORDS="amd64 ppc x86"
33 IUSE="static"
34
35 RDEPEND="dev-libs/openssl:0="