diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-01-31 22:05:08 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-01-31 22:05:08 +0200 |
commit | 7f7a391d45831511d25c5db1bd948523c7f74ead (patch) | |
tree | e2554b94685d6537675a82f9208868d9790d6895 /media-libs/gsound | |
parent | x11-wm/mutter: ensure suitable udev provider from virtual/libudev dep (diff) | |
download | gentoo-7f7a391d45831511d25c5db1bd948523c7f74ead.tar.gz gentoo-7f7a391d45831511d25c5db1bd948523c7f74ead.tar.bz2 gentoo-7f7a391d45831511d25c5db1bd948523c7f74ead.zip |
media-libs/gsound: Add ~ia64 keyword (bug #692802)
Tested-by: Émeric Maschino
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-libs/gsound')
-rw-r--r-- | media-libs/gsound/gsound-1.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gsound/gsound-1.0.2-r1.ebuild b/media-libs/gsound/gsound-1.0.2-r1.ebuild index c0a183f7fd52..7d43c6b5d04e 100644 --- a/media-libs/gsound/gsound-1.0.2-r1.ebuild +++ b/media-libs/gsound/gsound-1.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GSound" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86" IUSE="+introspection +vala" REQUIRED_USE="vala? ( introspection )" |