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 9C765138334 for ; Mon, 23 Jul 2018 13:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84AF8E08F6; Mon, 23 Jul 2018 13:16:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4A9DCE08F6 for ; Mon, 23 Jul 2018 13:16:00 +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 EFA1B335D17 for ; Mon, 23 Jul 2018 13:15:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F31539F for ; Mon, 23 Jul 2018 13:15:57 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1532351734.55d28f48cb61c880844b904f8b943f115db1a9b4.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsixel/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsixel/libsixel-1.8.1.ebuild X-VCS-Directories: media-libs/libsixel/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 55d28f48cb61c880844b904f8b943f115db1a9b4 X-VCS-Branch: master Date: Mon, 23 Jul 2018 13:15:57 +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: 65e6e9c3-c5c7-4fa9-baee-8f0f1261776f X-Archives-Hash: fd7a37368fcdd82335516a2a2c570a6e commit: 55d28f48cb61c880844b904f8b943f115db1a9b4 Author: Akinori Hattori gentoo org> AuthorDate: Mon Jul 23 13:13:39 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon Jul 23 13:15:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d28f48 media-libs/libsixel: ia64 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/libsixel/libsixel-1.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libsixel/libsixel-1.8.1.ebuild b/media-libs/libsixel/libsixel-1.8.1.ebuild index 29e9737626b..05da6156753 100644 --- a/media-libs/libsixel/libsixel-1.8.1.ebuild +++ b/media-libs/libsixel/libsixel-1.8.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/saitoha/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="MIT public-domain" SLOT="0" -KEYWORDS="amd64 ~ia64 x86" +KEYWORDS="amd64 ia64 x86" IUSE="curl gd gtk jpeg png static-libs" RDEPEND="curl? ( net-misc/curl )