diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-22 10:58:58 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-22 11:25:00 -0700 |
commit | 5b17c51971b40f862bb96898dc9534b8ad81c860 (patch) | |
tree | 4f5c06a45e7d116d55a6a20c68a2973b48f26c68 /media-libs/mesa/mesa-20.0.4-r1.ebuild | |
parent | meson.eclass: export NM and READELF variables (diff) | |
download | gentoo-5b17c51971b40f862bb96898dc9534b8ad81c860.tar.gz gentoo-5b17c51971b40f862bb96898dc9534b8ad81c860.tar.bz2 gentoo-5b17c51971b40f862bb96898dc9534b8ad81c860.zip |
media-libs/mesa: Drop pax-utils inherit
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa/mesa-20.0.4-r1.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-20.0.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-20.0.4-r1.ebuild b/media-libs/mesa/mesa-20.0.4-r1.ebuild index a0d7a8ff5ca4..7beeaef918f6 100644 --- a/media-libs/mesa/mesa-20.0.4-r1.ebuild +++ b/media-libs/mesa/mesa-20.0.4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit llvm meson multilib-minimal pax-utils python-any-r1 +inherit llvm meson multilib-minimal python-any-r1 OPENGL_DIR="xorg-x11" |