diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-15 15:36:11 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-15 15:36:11 +0000 |
commit | 83f90ed4c5164c4573533d3955edf34037471832 (patch) | |
tree | 4390fcc205848daec1dc2d9e390d66056e939d2a /media-libs/mesa | |
parent | x11-base/xorg-proto: Stabilize 2023.2 amd64, #909456 (diff) | |
download | gentoo-83f90ed4c5164c4573533d3955edf34037471832.tar.gz gentoo-83f90ed4c5164c4573533d3955edf34037471832.tar.bz2 gentoo-83f90ed4c5164c4573533d3955edf34037471832.zip |
media-libs/mesa: Stabilize 23.1.3 amd64, #909456
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-23.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-23.1.3.ebuild b/media-libs/mesa/mesa-23.1.3.ebuild index 95089107894f..7debf94cdd9c 100644 --- a/media-libs/mesa/mesa-23.1.3.ebuild +++ b/media-libs/mesa/mesa-23.1.3.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" |