diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-11-13 11:10:36 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-11-13 11:13:41 -0800 |
commit | d2c3b14488321e8e0566a0420fe2944a554c6a1f (patch) | |
tree | 266b2e6436af8df5215545f0ef689822cc331e36 /media-libs/mesa | |
parent | games-misc/katawa-shoujo: Update to EAPI 7 (diff) | |
download | gentoo-d2c3b14488321e8e0566a0420fe2944a554c6a1f.tar.gz gentoo-d2c3b14488321e8e0566a0420fe2944a554c6a1f.tar.bz2 gentoo-d2c3b14488321e8e0566a0420fe2944a554c6a1f.zip |
media-libs/mesa: Propagate stable keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-19.1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-19.1.8.ebuild b/media-libs/mesa/mesa-19.1.8.ebuild index da2c1a3b3255..9f078435bae0 100644 --- a/media-libs/mesa/mesa-19.1.8.ebuild +++ b/media-libs/mesa/mesa-19.1.8.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-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT" |