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 2E2EE13997D for ; Wed, 13 Nov 2019 01:03:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12E1DE08BB; Wed, 13 Nov 2019 01:03:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E2602E08BB 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 03B8734CCDB 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 060838B0 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: <1573606941.e7430197949b6f8ea401f8d4da2202705df2b346.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/guilib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/guilib/guilib-1.2.1-r1.ebuild X-VCS-Directories: media-libs/guilib/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e7430197949b6f8ea401f8d4da2202705df2b346 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: 6316a906-b5c0-4264-8d7e-468a6db3cf63 X-Archives-Hash: 3ad8a1a92bac2a6c66ec55747c74404b commit: e7430197949b6f8ea401f8d4da2202705df2b346 Author: Aaron Bauman gentoo org> AuthorDate: Tue Nov 12 23:39:13 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Nov 13 01:02:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7430197 media-libs/guilib: ALLARCHES EAPI bump Signed-off-by: Aaron Bauman gentoo.org> media-libs/guilib/guilib-1.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/guilib/guilib-1.2.1-r1.ebuild b/media-libs/guilib/guilib-1.2.1-r1.ebuild index 381f5353eba..e03c96b3327 100644 --- a/media-libs/guilib/guilib-1.2.1-r1.ebuild +++ b/media-libs/guilib/guilib-1.2.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://www.libsdl.org/projects/GUIlib/src/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="amd64 ~hppa ppc x86" IUSE="static-libs" RDEPEND=">=media-libs/libsdl-1.0.1"