diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-04-08 16:23:15 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-04-08 16:23:32 -0700 |
commit | 8bcbc269571a1e87225c2e43add47d0069e12ae0 (patch) | |
tree | 93bfeec0703c09c18f948c10befd5afd609f596f /media-libs/mesa | |
parent | dev-libs/wayland-1.17.0: ppc64 stable, bug 682616 (diff) | |
download | gentoo-8bcbc269571a1e87225c2e43add47d0069e12ae0.tar.gz gentoo-8bcbc269571a1e87225c2e43add47d0069e12ae0.tar.bz2 gentoo-8bcbc269571a1e87225c2e43add47d0069e12ae0.zip |
media-libs/mesa-18.3.6: ppc64 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 560f638e2e5b..143ba2858e61 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" |