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 8610913835C for ; Mon, 14 Dec 2020 08:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99EB2E0A83; Mon, 14 Dec 2020 08:03:45 +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 818BBE0A83 for ; Mon, 14 Dec 2020 08:03:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 317E4340D9E for ; Mon, 14 Dec 2020 08:03:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA61352 for ; Mon, 14 Dec 2020 08:03:42 +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: <1607933018.2128b310be137ee736d65f7ead054f2dbde846f1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pelican/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pelican/pelican-4.5.3.ebuild X-VCS-Directories: app-text/pelican/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2128b310be137ee736d65f7ead054f2dbde846f1 X-VCS-Branch: master Date: Mon, 14 Dec 2020 08:03:42 +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: af6ea6d8-4643-4180-84d8-02dfa08187ad X-Archives-Hash: ffacc68cf4307cc3a6962cfb92e5fb63 commit: 2128b310be137ee736d65f7ead054f2dbde846f1 Author: Sam James gentoo org> AuthorDate: Mon Dec 14 08:00:25 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 14 08:03:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2128b310 app-text/pelican: Stabilize 4.5.3 amd64, #758281 Signed-off-by: Sam James gentoo.org> app-text/pelican/pelican-4.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/pelican/pelican-4.5.3.ebuild b/app-text/pelican/pelican-4.5.3.ebuild index 54886c474fe..6741e738f9b 100644 --- a/app-text/pelican/pelican-4.5.3.ebuild +++ b/app-text/pelican/pelican-4.5.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="doc examples markdown" RESTRICT="test"