diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-31 11:49:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-11 18:19:46 +0200 |
commit | 110fc5105d56cdc3548cd77aa6a51b04e6b12d5a (patch) | |
tree | 5a609dc36b7a5bd700b3e51e5cdc243e8408289f /media-libs | |
parent | www-plugins/lightspark: Drop old (requiring LLVM < 4) (diff) | |
download | gentoo-110fc5105d56cdc3548cd77aa6a51b04e6b12d5a.tar.gz gentoo-110fc5105d56cdc3548cd77aa6a51b04e6b12d5a.tar.bz2 gentoo-110fc5105d56cdc3548cd77aa6a51b04e6b12d5a.zip |
media-libs/mesa: Drop non-arm keywords from 17.1.10
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-17.1.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-17.1.10.ebuild b/media-libs/mesa/mesa-17.1.10.ebuild index 68cc4007b978..f2627965e4f6 100644 --- a/media-libs/mesa/mesa-17.1.10.ebuild +++ b/media-libs/mesa/mesa-17.1.10.ebuild @@ -25,7 +25,7 @@ if [[ $PV == 9999 ]]; then SRC_URI="" 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 ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="arm" fi LICENSE="MIT" |