diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-08-15 19:54:00 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-08-16 11:09:13 -0400 |
commit | c8fb1019773dcff51d13f568a7b1eac943913098 (patch) | |
tree | c977534a854f17e6d5d73c6d989eee841f9084a4 /media-libs | |
parent | media-libs/libepoxy: Drop stable hppa keywords (diff) | |
download | gentoo-c8fb1019773dcff51d13f568a7b1eac943913098.tar.gz gentoo-c8fb1019773dcff51d13f568a7b1eac943913098.tar.bz2 gentoo-c8fb1019773dcff51d13f568a7b1eac943913098.zip |
media-libs/mesa: Drop stable hppa keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-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 cdfd97d8ec86..8a7b2e946b8e 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 ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" fi LICENSE="MIT" |