Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gsound/
Date: Fri, 31 Jan 2020 20:10:24
Message-Id: 1580501108.7f7a391d45831511d25c5db1bd948523c7f74ead.leio@gentoo
1 commit: 7f7a391d45831511d25c5db1bd948523c7f74ead
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 31 20:05:08 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 31 20:05:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7a391d
7
8 media-libs/gsound: Add ~ia64 keyword (bug #692802)
9
10 Tested-by: Émeric Maschino
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 media-libs/gsound/gsound-1.0.2-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/gsound/gsound-1.0.2-r1.ebuild b/media-libs/gsound/gsound-1.0.2-r1.ebuild
18 index c0a183f7fd5..7d43c6b5d04 100644
19 --- a/media-libs/gsound/gsound-1.0.2-r1.ebuild
20 +++ b/media-libs/gsound/gsound-1.0.2-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GSound"
28
29 LICENSE="LGPL-2.1+"
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
32 +KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86"
33 IUSE="+introspection +vala"
34 REQUIRED_USE="vala? ( introspection )"