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 C486A1382C5 for ; Fri, 26 Feb 2021 22:27:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3259E0841; Fri, 26 Feb 2021 22:27:43 +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 98332E0841 for ; Fri, 26 Feb 2021 22:27:43 +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 87EC1340F41 for ; Fri, 26 Feb 2021 22:27:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E1654E9 for ; Fri, 26 Feb 2021 22:27:41 +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: <1614378452.87d36b801f84d25a3178c4b96ec0b8b5f3198023.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/jiffy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/jiffy/jiffy-0.14.11.ebuild dev-erlang/jiffy/jiffy-0.14.9.ebuild X-VCS-Directories: dev-erlang/jiffy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 87d36b801f84d25a3178c4b96ec0b8b5f3198023 X-VCS-Branch: master Date: Fri, 26 Feb 2021 22:27:41 +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: 12dca0ed-5eac-4c05-8db0-710c0d42b2d5 X-Archives-Hash: 56f9fc7fd6076ca0d0deb2fa6237d327 commit: 87d36b801f84d25a3178c4b96ec0b8b5f3198023 Author: Sam James gentoo org> AuthorDate: Fri Feb 26 20:35:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 26 22:27:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d36b80 dev-erlang/jiffy: drop 0.14.x to ~ppc too Bug: https://bugs.gentoo.org/735926 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-erlang/jiffy/jiffy-0.14.11.ebuild | 4 ++-- dev-erlang/jiffy/jiffy-0.14.9.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-erlang/jiffy/jiffy-0.14.11.ebuild b/dev-erlang/jiffy/jiffy-0.14.11.ebuild index 9c32d6746ea..6ebaf22f549 100644 --- a/dev-erlang/jiffy/jiffy-0.14.11.ebuild +++ b/dev-erlang/jiffy/jiffy-0.14.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/davisp/${PN}/archive/${PV}.tar.gz LICENSE="MIT BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/jiffy/jiffy-0.14.9.ebuild b/dev-erlang/jiffy/jiffy-0.14.9.ebuild index 32fbdb97055..6ebaf22f549 100644 --- a/dev-erlang/jiffy/jiffy-0.14.9.ebuild +++ b/dev-erlang/jiffy/jiffy-0.14.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/davisp/${PN}/archive/${PV}.tar.gz LICENSE="MIT BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}"