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 5AC751382C5 for ; Sun, 18 Mar 2018 10:47:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FEF5E0814; Sun, 18 Mar 2018 10:47:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2CA2BE0814 for ; Sun, 18 Mar 2018 10:47:25 +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 1B846335D37 for ; Sun, 18 Mar 2018 10:47:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4068239 for ; Sun, 18 Mar 2018 10:47:21 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1521370027.756aa7dcd68e90c8582d50caa5419f61623da266.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cliapp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cliapp/cliapp-1.20170823.ebuild X-VCS-Directories: dev-python/cliapp/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 756aa7dcd68e90c8582d50caa5419f61623da266 X-VCS-Branch: master Date: Sun, 18 Mar 2018 10:47:21 +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: dbb33a7b-2b18-47d5-bf3e-dac162644bcd X-Archives-Hash: 394f6d9ff8b853d4be3cf424ad8f6c88 commit: 756aa7dcd68e90c8582d50caa5419f61623da266 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 18 10:47:07 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 18 10:47:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756aa7dc dev-python/cliapp: stable 1.20170823 for hppa, bug #611052 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa" dev-python/cliapp/cliapp-1.20170823.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cliapp/cliapp-1.20170823.ebuild b/dev-python/cliapp/cliapp-1.20170823.ebuild index 42c325b1fad..9f455e0883d 100644 --- a/dev-python/cliapp/cliapp-1.20170823.ebuild +++ b/dev-python/cliapp/cliapp-1.20170823.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cliapp/snapshot/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd" IUSE="" RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"