diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-05-15 14:26:32 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-05-15 14:35:39 -0400 |
commit | de6e95f278cc7e72a1c3a6dbddb7ef65717da0b5 (patch) | |
tree | cf84dc4dae7f3e93c87c32e31b09023b36b28637 /media-libs | |
parent | media-libs/libepoxy: Drop old versions (diff) | |
download | gentoo-de6e95f278cc7e72a1c3a6dbddb7ef65717da0b5.tar.gz gentoo-de6e95f278cc7e72a1c3a6dbddb7ef65717da0b5.tar.bz2 gentoo-de6e95f278cc7e72a1c3a6dbddb7ef65717da0b5.zip |
media-libs/mesa: Propagate stable keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-24.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-24.0.7.ebuild b/media-libs/mesa/mesa-24.0.7.ebuild index 53d40957a9fc..6728b6089ac8 100644 --- a/media-libs/mesa/mesa-24.0.7.ebuild +++ b/media-libs/mesa/mesa-24.0.7.ebuild @@ -19,7 +19,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 ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" fi S="${WORKDIR}/${MY_P}" EGIT_CHECKOUT_DIR=${S} |