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 E50FB1382C5 for ; Tue, 2 Jun 2020 13:29:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 149E1E086E; Tue, 2 Jun 2020 13:29:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F241CE086E for ; Tue, 2 Jun 2020 13:29:10 +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 174C834F011 for ; Tue, 2 Jun 2020 13:29:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9705327E for ; Tue, 2 Jun 2020 13:29:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1591104544.19ed69c08ed2d532e8f6f707772534ebd82932a3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imagemagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/imagemagick/imagemagick-7.0.10.16-r1.ebuild X-VCS-Directories: media-gfx/imagemagick/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 19ed69c08ed2d532e8f6f707772534ebd82932a3 X-VCS-Branch: master Date: Tue, 2 Jun 2020 13:29:07 +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: 1fcca94a-58d1-424f-b6a6-053cc4d7278e X-Archives-Hash: 97bd09c1826a8d8a2f7e070a580f700a commit: 19ed69c08ed2d532e8f6f707772534ebd82932a3 Author: Michał Górny gentoo org> AuthorDate: Tue Jun 2 13:28:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 2 13:29:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ed69c0 media-gfx/imagemagick: Keyword 7.0.10.16-r1 ia64, #726746 Signed-off-by: Michał Górny gentoo.org> media-gfx/imagemagick/imagemagick-7.0.10.16-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/imagemagick/imagemagick-7.0.10.16-r1.ebuild b/media-gfx/imagemagick/imagemagick-7.0.10.16-r1.ebuild index 8d3cfe592d9..b59ce1f516d 100644 --- a/media-gfx/imagemagick/imagemagick-7.0.10.16-r1.ebuild +++ b/media-gfx/imagemagick/imagemagick-7.0.10.16-r1.ebuild @@ -13,7 +13,7 @@ else MY_PV="$(ver_rs 3 '-')" MY_P="ImageMagick-${MY_PV}" SRC_URI="mirror://imagemagick/${MY_P}.tar.xz" - KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="A collection of tools and libraries for many image formats"