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 14F7613997D for ; Wed, 13 Nov 2019 01:03:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B46FE089E; Wed, 13 Nov 2019 01:03:09 +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 229F5E089E for ; Wed, 13 Nov 2019 01:03:09 +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 0124434CCDA for ; Wed, 13 Nov 2019 01:03:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B8158B2 for ; Wed, 13 Nov 2019 01:03:06 +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: <1573606943.f525f64cd5c041ffc27e049796fdd2b85adbfb69.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcddb/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcddb/libcddb-1.3.2-r1.ebuild X-VCS-Directories: media-libs/libcddb/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f525f64cd5c041ffc27e049796fdd2b85adbfb69 X-VCS-Branch: master Date: Wed, 13 Nov 2019 01:03:06 +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: a5525c7e-adba-4400-b120-6a16a802e7e6 X-Archives-Hash: 5a300b6c1a97efe5300b038d1f2589c8 commit: f525f64cd5c041ffc27e049796fdd2b85adbfb69 Author: Aaron Bauman gentoo org> AuthorDate: Tue Nov 12 23:41:37 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Nov 13 01:02:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f525f64c media-libs/libcddb: ALLARCHES EAPI bump Signed-off-by: Aaron Bauman gentoo.org> media-libs/libcddb/libcddb-1.3.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild b/media-libs/libcddb/libcddb-1.3.2-r1.ebuild index 80b267d6b13..1a025cc7557 100644 --- a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild +++ b/media-libs/libcddb/libcddb-1.3.2-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="doc static-libs" RDEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]"