Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libkate/
Date: Sun, 26 Jan 2020 13:33:44
Message-Id: 1580045569.d916cf7c2cf49d5d98a070e0c91c8aa89d1f7cfc.soap@gentoo
1 commit: d916cf7c2cf49d5d98a070e0c91c8aa89d1f7cfc
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 13:32:49 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 13:32:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d916cf7c
7
8 media-libs/libkate: Remove ia64 keywords
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 media-libs/libkate/libkate-0.4.1-r3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/libkate/libkate-0.4.1-r3.ebuild b/media-libs/libkate/libkate-0.4.1-r3.ebuild
17 index 5c87e5f7825..6745423f91c 100644
18 --- a/media-libs/libkate/libkate-0.4.1-r3.ebuild
19 +++ b/media-libs/libkate/libkate-0.4.1-r3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ SRC_URI="https://libkate.googlecode.com/files/${P}.tar.gz"
27
28 LICENSE="BSD"
29 SLOT="0"
30 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86"
31 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86"
32
33 IUSE="debug doc wxwidgets"
34 REQUIRED_USE="wxwidgets? ( ${PYTHON_REQUIRED_USE} )"