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 A9501138334 for ; Thu, 23 May 2019 03:28:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B6EDE0880; Thu, 23 May 2019 03:27:58 +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 6F151E0880 for ; Thu, 23 May 2019 03:27:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5FB3C344E73 for ; Thu, 23 May 2019 03:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F2B05FE for ; Thu, 23 May 2019 03:27:53 +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: <1558582062.a326cc5901a76f52f0b3d012e4e2a4f11e521c48.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libiptcdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild X-VCS-Directories: media-libs/libiptcdata/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a326cc5901a76f52f0b3d012e4e2a4f11e521c48 X-VCS-Branch: master Date: Thu, 23 May 2019 03:27:53 +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: 9b7a6e74-43f9-4b00-a9da-0a2a052ec464 X-Archives-Hash: f0ac90f8a4f6035f60d61af2688e42be commit: a326cc5901a76f52f0b3d012e4e2a4f11e521c48 Author: Aaron Bauman gentoo org> AuthorDate: Thu May 23 03:26:31 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu May 23 03:27:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a326cc59 media-libs/libiptcdata: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64" media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild b/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild index 5169a9e48f5..575825e620b 100644 --- a/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild +++ b/media-libs/libiptcdata/libiptcdata-1.0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm arm64 ia64 ppc ppc64 sparc x86" IUSE="doc examples nls python" RDEPEND="python? ( ${PYTHON_DEPS} )