From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3140158086 for ; Thu, 23 Dec 2021 23:02:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED2362BC006; Thu, 23 Dec 2021 23:02:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D7E92BC006 for ; Thu, 23 Dec 2021 23:02:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B380342D24 for ; Thu, 23 Dec 2021 23:02:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7410D219 for ; Thu, 23 Dec 2021 23:02:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1640300516.89b5dacd290704f53c52c99bd400b20a52074230.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/chntpw/chntpw-140201.ebuild X-VCS-Directories: app-crypt/chntpw/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 89b5dacd290704f53c52c99bd400b20a52074230 X-VCS-Branch: master Date: Thu, 23 Dec 2021 23:02:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae966b8b-8fea-40ae-ac0c-9d52f17acdc7 X-Archives-Hash: e692030534a0c7c4674270d65f6191ee commit: 89b5dacd290704f53c52c99bd400b20a52074230 Author: Sam James gentoo org> AuthorDate: Thu Dec 23 23:01:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 23 23:01:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b5dacd app-crypt/chntpw: restore dropped stable keywords, fix HOMEPAGE See: 72e46251ccb5cc11fc27c25d5dd534c5c025c3d4 Signed-off-by: Sam James gentoo.org> app-crypt/chntpw/chntpw-140201.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild index 1daf1b00e051..31dc499adef3 100644 --- a/app-crypt/chntpw/chntpw-140201.ebuild +++ b/app-crypt/chntpw/chntpw-140201.ebuild @@ -6,12 +6,12 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Offline Windows NT Password & Registry Editor" -HOMEPAGE="http://pogostick.net/~pnh/ntpasswd/" -SRC_URI="http://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip" +HOMEPAGE="https://pogostick.net/~pnh/ntpasswd/" +SRC_URI="https://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="static" RDEPEND="dev-libs/openssl:0="