diff options
author | 2019-04-24 11:06:17 -0700 | |
---|---|---|
committer | 2019-04-24 13:16:51 -0700 | |
commit | eb92e29f3d3d7122b46fe7fc211f3b318ed428ea (patch) | |
tree | ac172fe0f7476127120b23a5bd48f15a78d90ee2 /media-libs/mesa | |
parent | dev-libs/wayland-1.17.0: hppa stable, bug 682616 (diff) | |
download | gentoo-eb92e29f3d3d7122b46fe7fc211f3b318ed428ea.tar.gz gentoo-eb92e29f3d3d7122b46fe7fc211f3b318ed428ea.tar.bz2 gentoo-eb92e29f3d3d7122b46fe7fc211f3b318ed428ea.zip |
media-libs/mesa-18.3.6: hppa stable, bug 682616
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-18.3.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-18.3.6.ebuild b/media-libs/mesa/mesa-18.3.6.ebuild index c9d6027008c2..307d5733e841 100644 --- a/media-libs/mesa/mesa-18.3.6.ebuild +++ b/media-libs/mesa/mesa-18.3.6.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz" - KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT" |