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 95CEF138350 for ; Wed, 15 Jan 2020 05:43:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3971E088B; Wed, 15 Jan 2020 05:43:45 +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 95068E088B for ; Wed, 15 Jan 2020 05:43:45 +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 951A834DF24 for ; Wed, 15 Jan 2020 05:43:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D81E6B0 for ; Wed, 15 Jan 2020 05:43:40 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1579066836.8b98e353c0c92323b3e771f20d4c3f9d5f72a767.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/imlib2_loaders/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/imlib2_loaders/imlib2_loaders-1.6.0.ebuild X-VCS-Directories: media-plugins/imlib2_loaders/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8b98e353c0c92323b3e771f20d4c3f9d5f72a767 X-VCS-Branch: master Date: Wed, 15 Jan 2020 05:43:40 +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: f9a6eba6-214b-4394-9bc6-613fc52e75c9 X-Archives-Hash: 5d63d1fc100ff73aaaeb7fda9ebbd3c2 commit: 8b98e353c0c92323b3e771f20d4c3f9d5f72a767 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jan 15 05:34:40 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jan 15 05:40:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b98e353 media-plugins/imlib2_loaders: stabilize 1.6.0 on amd64 Signed-off-by: Joonas Niilola gentoo.org> media-plugins/imlib2_loaders/imlib2_loaders-1.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-1.6.0.ebuild b/media-plugins/imlib2_loaders/imlib2_loaders-1.6.0.ebuild index c1ee01fc143..0b2ef19787d 100644 --- a/media-plugins/imlib2_loaders/imlib2_loaders-1.6.0.ebuild +++ b/media-plugins/imlib2_loaders/imlib2_loaders-1.6.0.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 @@ -10,7 +10,7 @@ SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.gz" LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="eet xcf" RDEPEND=">=media-libs/imlib2-${PV}