diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-10-02 20:53:22 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-10-02 20:53:50 +0200 |
commit | 344cab87106816fd85ae62ac8a9a5e4227077091 (patch) | |
tree | 0abd184273f75e13cf9ae50e28b0b6db8ec88a00 /media-libs/shaderc | |
parent | x11-misc/xflux-gui: x86 stable wrt bug #690400 (diff) | |
download | gentoo-344cab87106816fd85ae62ac8a9a5e4227077091.tar.gz gentoo-344cab87106816fd85ae62ac8a9a5e4227077091.tar.bz2 gentoo-344cab87106816fd85ae62ac8a9a5e4227077091.zip |
media-libs/shaderc: x86 stable wrt bug #693612
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/shaderc')
-rw-r--r-- | media-libs/shaderc/shaderc-2018.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/shaderc/shaderc-2018.0.ebuild b/media-libs/shaderc/shaderc-2018.0.ebuild index b766cee080e9..a9ab046f9d5a 100644 --- a/media-libs/shaderc/shaderc-2018.0.ebuild +++ b/media-libs/shaderc/shaderc-2018.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="doc test" RDEPEND=" |