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 45CF1138331 for ; Mon, 23 Apr 2018 14:32:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6398DE0B1A; Mon, 23 Apr 2018 14:32:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 412C8E0B1A for ; Mon, 23 Apr 2018 14:32:06 +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 82FE6335C75 for ; Mon, 23 Apr 2018 14:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D780C27C for ; Mon, 23 Apr 2018 14:32:01 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524493904.01904f5807e11dd49eda547a688f5be9a33791de.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docutils-glep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/docutils-glep/docutils-glep-1.1.ebuild X-VCS-Directories: dev-python/docutils-glep/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 01904f5807e11dd49eda547a688f5be9a33791de X-VCS-Branch: master Date: Mon, 23 Apr 2018 14:32:01 +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-Archives-Salt: 069b6ab4-3c06-475f-884b-9639ee6abdf2 X-Archives-Hash: 1b4778beb94cbec527ed85319392c3e9 commit: 01904f5807e11dd49eda547a688f5be9a33791de Author: Aaron Bauman gentoo org> AuthorDate: Mon Apr 23 14:21:32 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Apr 23 14:31:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01904f58 dev-python/docutils-glep: amd64 stable wrt bug #653636 Bug: https://bugs.gentoo.org/653636 Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-python/docutils-glep/docutils-glep-1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/docutils-glep/docutils-glep-1.1.ebuild b/dev-python/docutils-glep/docutils-glep-1.1.ebuild index 12405e0cd3a..a62e8e44d2c 100644 --- a/dev-python/docutils-glep/docutils-glep-1.1.ebuild +++ b/dev-python/docutils-glep/docutils-glep-1.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"