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 0FA2C1382C5 for ; Sat, 31 Mar 2018 18:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 230C5E0AFF; Sat, 31 Mar 2018 18:01:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E108CE0AFE for ; Sat, 31 Mar 2018 18:01: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 6F80D335D74 for ; Sat, 31 Mar 2018 18:01:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04434274 for ; Sat, 31 Mar 2018 18:01:43 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1522519248.e7c19ad2e3c24fbc0af06278418e1c3b5dbd7102.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gexiv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gexiv2/gexiv2-0.10.3-r1.ebuild media-libs/gexiv2/gexiv2-0.10.3.ebuild media-libs/gexiv2/gexiv2-0.10.5-r1.ebuild media-libs/gexiv2/gexiv2-0.10.6.ebuild media-libs/gexiv2/gexiv2-0.10.8.ebuild X-VCS-Directories: media-libs/gexiv2/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: e7c19ad2e3c24fbc0af06278418e1c3b5dbd7102 X-VCS-Branch: master Date: Sat, 31 Mar 2018 18:01:43 +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: 05d3db21-9eb7-497f-a720-3006e222e452 X-Archives-Hash: 405eb2266329fba2fd63e8148c9580e6 commit: e7c19ad2e3c24fbc0af06278418e1c3b5dbd7102 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 16:53:54 2018 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Mar 31 18:00:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c19ad2 media-libs/gexiv2: keyword ~arm64 media-libs/gexiv2/gexiv2-0.10.3-r1.ebuild | 2 +- media-libs/gexiv2/gexiv2-0.10.3.ebuild | 4 ++-- media-libs/gexiv2/gexiv2-0.10.5-r1.ebuild | 4 ++-- media-libs/gexiv2/gexiv2-0.10.6.ebuild | 2 +- media-libs/gexiv2/gexiv2-0.10.8.ebuild | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/media-libs/gexiv2/gexiv2-0.10.3-r1.ebuild b/media-libs/gexiv2/gexiv2-0.10.3-r1.ebuild index fc6047cfb1f..59f6c592a3c 100644 --- a/media-libs/gexiv2/gexiv2-0.10.3-r1.ebuild +++ b/media-libs/gexiv2/gexiv2-0.10.3-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${MY_PV}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86" IUSE="introspection python static-libs" REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} )" diff --git a/media-libs/gexiv2/gexiv2-0.10.3.ebuild b/media-libs/gexiv2/gexiv2-0.10.3.ebuild index 4efc11740ce..5c8ce7cbeaf 100644 --- a/media-libs/gexiv2/gexiv2-0.10.3.ebuild +++ b/media-libs/gexiv2/gexiv2-0.10.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=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${MY_PV}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86" IUSE="introspection python static-libs" REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} )" diff --git a/media-libs/gexiv2/gexiv2-0.10.5-r1.ebuild b/media-libs/gexiv2/gexiv2-0.10.5-r1.ebuild index 888a67d1ee9..7c8bc4142ef 100644 --- a/media-libs/gexiv2/gexiv2-0.10.5-r1.ebuild +++ b/media-libs/gexiv2/gexiv2-0.10.5-r1.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 @@ -15,7 +15,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${MY_PV}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="introspection python static-libs test" REQUIRED_USE=" diff --git a/media-libs/gexiv2/gexiv2-0.10.6.ebuild b/media-libs/gexiv2/gexiv2-0.10.6.ebuild index 4adf9967d4d..e1130127c85 100644 --- a/media-libs/gexiv2/gexiv2-0.10.6.ebuild +++ b/media-libs/gexiv2/gexiv2-0.10.6.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${MY_PV}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="introspection python static-libs test" REQUIRED_USE=" diff --git a/media-libs/gexiv2/gexiv2-0.10.8.ebuild b/media-libs/gexiv2/gexiv2-0.10.8.ebuild index 5a1e156b91c..9a80b29d672 100644 --- a/media-libs/gexiv2/gexiv2-0.10.8.ebuild +++ b/media-libs/gexiv2/gexiv2-0.10.8.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${MY_PV}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc x86" IUSE="introspection python static-libs test vala" REQUIRED_USE="