mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/libepoxy: Drop meson as explicit dependency
In commit bbe649a35d ("meson.eclass: require at least meson-0.45.1")
we bumped the required version of meson. Thus our local dependency is
now useless.
This commit is contained in:
@@ -28,8 +28,7 @@ IUSE="test +X"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
media-libs/mesa[egl,${MULTILIB_USEDEP}]
|
||||
X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
|
||||
>=dev-util/meson-0.44.0"
|
||||
X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
|
||||
RDEPEND=""
|
||||
|
||||
src_unpack() {
|
||||
|
||||
@@ -30,7 +30,6 @@ RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]"
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
${RDEPEND}
|
||||
X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
|
||||
>=dev-util/meson-0.44.0
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_unpack() {
|
||||
|
||||
@@ -30,7 +30,6 @@ RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]"
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
${RDEPEND}
|
||||
X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
|
||||
>=dev-util/meson-0.44.0
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_unpack() {
|
||||
|
||||
Reference in New Issue
Block a user