From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F14F138334 for ; Tue, 24 Jul 2018 00:02:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A813E0823; Tue, 24 Jul 2018 00:02:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEB47E0823 for ; Tue, 24 Jul 2018 00:02:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BC42335DBA for ; Tue, 24 Jul 2018 00:02:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE268387 for ; Tue, 24 Jul 2018 00:02:39 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1532390530.627182746f7a4dec02ea09bdb8af33c55d6bd472.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libepoxy/libepoxy-1.5.1.ebuild media-libs/libepoxy/libepoxy-1.5.2.ebuild media-libs/libepoxy/libepoxy-9999.ebuild X-VCS-Directories: media-libs/libepoxy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 627182746f7a4dec02ea09bdb8af33c55d6bd472 X-VCS-Branch: master Date: Tue, 24 Jul 2018 00:02:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3db16d4c-35af-4669-b631-f0b560c17642 X-Archives-Hash: 9209cf48e6dacfa7a3a7071b31a81db0 commit: 627182746f7a4dec02ea09bdb8af33c55d6bd472 Author: Matt Turner gentoo org> AuthorDate: Tue Jul 24 00:01:25 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jul 24 00:02:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62718274 media-libs/libepoxy: Drop meson as explicit dependency In commit bbe649a35dc8 ("meson.eclass: require at least meson-0.45.1") we bumped the required version of meson. Thus our local dependency is now useless. media-libs/libepoxy/libepoxy-1.5.1.ebuild | 3 +-- media-libs/libepoxy/libepoxy-1.5.2.ebuild | 1 - media-libs/libepoxy/libepoxy-9999.ebuild | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/media-libs/libepoxy/libepoxy-1.5.1.ebuild b/media-libs/libepoxy/libepoxy-1.5.1.ebuild index 451ae46f887..0dac30a38a2 100644 --- a/media-libs/libepoxy/libepoxy-1.5.1.ebuild +++ b/media-libs/libepoxy/libepoxy-1.5.1.ebuild @@ -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() { diff --git a/media-libs/libepoxy/libepoxy-1.5.2.ebuild b/media-libs/libepoxy/libepoxy-1.5.2.ebuild index 476702c15fb..b6c7a46a052 100644 --- a/media-libs/libepoxy/libepoxy-1.5.2.ebuild +++ b/media-libs/libepoxy/libepoxy-1.5.2.ebuild @@ -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() { diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index 476702c15fb..b6c7a46a052 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.ebuild @@ -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() {