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 54FC3138335 for ; Sun, 16 Sep 2018 13:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D788DE0AD4; Sun, 16 Sep 2018 13:16:02 +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 AB78BE0AD4 for ; Sun, 16 Sep 2018 13:16:02 +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 E0955335CDD for ; Sun, 16 Sep 2018 13:16:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 696733F3 for ; Sun, 16 Sep 2018 13:15:59 +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: <1537103679.70fc96d33d4ebeb3d7ae5cd8a96eb2d05ad6a3f9.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-gfx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild X-VCS-Directories: media-libs/sdl2-gfx/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 70fc96d33d4ebeb3d7ae5cd8a96eb2d05ad6a3f9 X-VCS-Branch: master Date: Sun, 16 Sep 2018 13:15:59 +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-Archives-Salt: 9f396e0e-2885-485b-93e2-f6ba4a5d3a8b X-Archives-Hash: c3e496280f0353489892dd5b4b1d26d4 commit: 70fc96d33d4ebeb3d7ae5cd8a96eb2d05ad6a3f9 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Sep 16 13:14:39 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Sep 16 13:14:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fc96d3 media-libs/sdl2-gfx: amd64 stable wrt bug #665062 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild | 4 ++-- media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild b/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild index 290097e34aa..838a85658a5 100644 --- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild +++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc cpu_flags_x86_mmx static-libs" DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]" diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild index 495efb82a36..b4e1c4ee1c0 100644 --- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild +++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="doc cpu_flags_x86_mmx static-libs" DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"