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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EFC0D1382C5 for ; Sun, 27 Dec 2020 04:55:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20516E0BB8; Sun, 27 Dec 2020 04:55:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBFEDE0BB8 for ; Sun, 27 Dec 2020 04:55:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99B9B34139A for ; Sun, 27 Dec 2020 04:54:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AB5242F for ; Sun, 27 Dec 2020 04:54:58 +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: <1609044852.a77199eb6cf1ad0753fb5b1ad9a81fc090c3b90e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/apg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/apg/apg-2.3.0b_p20150129.ebuild X-VCS-Directories: app-admin/apg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a77199eb6cf1ad0753fb5b1ad9a81fc090c3b90e X-VCS-Branch: master Date: Sun, 27 Dec 2020 04:54:58 +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: 95ee9d7d-0278-4c55-90dc-8c12addca1ff X-Archives-Hash: 07a36ad6b306171b16c7472bf1f00016 commit: a77199eb6cf1ad0753fb5b1ad9a81fc090c3b90e Author: Sam James gentoo org> AuthorDate: Sun Dec 27 04:54:12 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 27 04:54:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77199eb app-admin/apg: Stabilize 2.3.0b_p20150129 amd64, #761739 Signed-off-by: Sam James gentoo.org> app-admin/apg/apg-2.3.0b_p20150129.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/apg/apg-2.3.0b_p20150129.ebuild b/app-admin/apg/apg-2.3.0b_p20150129.ebuild index 0d351d723be..e1cf535a052 100644 --- a/app-admin/apg/apg-2.3.0b_p20150129.ebuild +++ b/app-admin/apg/apg-2.3.0b_p20150129.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="cracklib" DEPEND="cracklib? ( sys-libs/cracklib )"