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 03ED315808B for ; Fri, 15 Apr 2022 06:02:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F02B2E08A8; Fri, 15 Apr 2022 06:02:55 +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 0889AE08A8 for ; Fri, 15 Apr 2022 06:02:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7AFFF341914 for ; Fri, 15 Apr 2022 06:02:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBADA3A9 for ; Fri, 15 Apr 2022 06:02:51 +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: <1650002564.9cab2bc691f2296a10677210a374142658129a79.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pwdb/pwdb-0.62-r2.ebuild X-VCS-Directories: sys-libs/pwdb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9cab2bc691f2296a10677210a374142658129a79 X-VCS-Branch: master Date: Fri, 15 Apr 2022 06:02:51 +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: f4e8afe7-1739-4815-9244-27f2d528ffe5 X-Archives-Hash: 26ef0c8545544e83b1ad36e0835dcc43 commit: 9cab2bc691f2296a10677210a374142658129a79 Author: Sam James gentoo org> AuthorDate: Fri Apr 15 06:02:09 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 15 06:02:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cab2bc6 sys-libs/pwdb: fix generic (p.g.o) HOMEPAGE Signed-off-by: Sam James gentoo.org> sys-libs/pwdb/pwdb-0.62-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/pwdb/pwdb-0.62-r2.ebuild b/sys-libs/pwdb/pwdb-0.62-r2.ebuild index d44cdd852dd0..935c713d0a0a 100644 --- a/sys-libs/pwdb/pwdb-0.62-r2.ebuild +++ b/sys-libs/pwdb/pwdb-0.62-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs flag-o-matic usr-ldscript DESCRIPTION="Password database" -HOMEPAGE="https://packages.gentoo.org/package/sys-libs/pwdb" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="|| ( BSD GPL-2 )"