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 519871382C5 for ; Thu, 4 Jun 2020 12:58:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 700CFE09A1; Thu, 4 Jun 2020 12:58:42 +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 5AA73E09A1 for ; Thu, 4 Jun 2020 12:58:42 +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 6B52E34E9AD for ; Thu, 4 Jun 2020 12:58:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F1831DA for ; Thu, 4 Jun 2020 12:58:39 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1591275489.c3b2d6aa75839ff48a3ef934aa3033f5e1fc2ec5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/notify-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/notify-python/notify-python-0.1.1-r3.ebuild X-VCS-Directories: dev-python/notify-python/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c3b2d6aa75839ff48a3ef934aa3033f5e1fc2ec5 X-VCS-Branch: master Date: Thu, 4 Jun 2020 12:58:39 +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: 43d4cb3e-a968-4419-b2bb-7b2fb639e77d X-Archives-Hash: 3193fe2d72c88495d016efc14600c855 commit: c3b2d6aa75839ff48a3ef934aa3033f5e1fc2ec5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 4 12:12:36 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 4 12:58:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b2d6aa dev-python/notify-python: Drop to ~ppc64 Depends on dev-python/pygtk, stabilisation is broken. No stable revdeps. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/notify-python/notify-python-0.1.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/notify-python/notify-python-0.1.1-r3.ebuild b/dev-python/notify-python/notify-python-0.1.1-r3.ebuild index 28b3cacc1f0..733747a4582 100644 --- a/dev-python/notify-python/notify-python-0.1.1-r3.ebuild +++ b/dev-python/notify-python/notify-python-0.1.1-r3.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ~ppc64 sparc x86" IUSE="examples" REQUIRED_USE="${PYTHON_REQUIRED_USE}"