diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-03-13 16:02:19 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-03-13 16:07:14 -0400 |
commit | ab545743d71b1776218f02f1322bd7e8d43bcfd6 (patch) | |
tree | aef407d8297ed8d7a6412d5dcf7f299478c5a411 /media-libs/mesa/mesa-22.3.7-r1.ebuild | |
parent | dev-libs/libinput: Drop old versions (diff) | |
download | gentoo-ab545743d71b1776218f02f1322bd7e8d43bcfd6.tar.gz gentoo-ab545743d71b1776218f02f1322bd7e8d43bcfd6.tar.bz2 gentoo-ab545743d71b1776218f02f1322bd7e8d43bcfd6.zip |
media-libs/mesa: Propagate stable keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa/mesa-22.3.7-r1.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-22.3.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-22.3.7-r1.ebuild b/media-libs/mesa/mesa-22.3.7-r1.ebuild index 06b88a6fdeca..17bb0d32de8f 100644 --- a/media-libs/mesa/mesa-22.3.7-r1.ebuild +++ b/media-libs/mesa/mesa-22.3.7-r1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="MIT" |