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 E516E138350 for ; Sun, 22 Mar 2020 08:54:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23F9BE0932; Sun, 22 Mar 2020 08:54:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A3E45E0932 for ; Sun, 22 Mar 2020 08:54:52 +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 C9D3C34F450 for ; Sun, 22 Mar 2020 08:54:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A37B195 for ; Sun, 22 Mar 2020 08:54:50 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1584867219.042a831cfbdd46eb3b0af6bd387dd97e3c539a43.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aribb24/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/aribb24/aribb24-1.0.3-r2.ebuild X-VCS-Directories: media-libs/aribb24/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 042a831cfbdd46eb3b0af6bd387dd97e3c539a43 X-VCS-Branch: master Date: Sun, 22 Mar 2020 08:54:50 +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: 7412b8eb-6a3d-4f05-8bc2-6edd07e34300 X-Archives-Hash: 710580c270d47bfcfc24afaad540dd88 commit: 042a831cfbdd46eb3b0af6bd387dd97e3c539a43 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Mar 22 08:53:39 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Mar 22 08:53:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042a831c media-libs/aribb24: amd64 stable wrt bug #711144 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada gentoo.org> media-libs/aribb24/aribb24-1.0.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/aribb24/aribb24-1.0.3-r2.ebuild b/media-libs/aribb24/aribb24-1.0.3-r2.ebuild index ae2c37c1dc5..ca6f069a891 100644 --- a/media-libs/aribb24/aribb24-1.0.3-r2.ebuild +++ b/media-libs/aribb24/aribb24-1.0.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nkoriyama/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND="media-libs/libpng:0=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}"