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 6E951138334 for ; Sat, 6 Oct 2018 20:32:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8093E0B1A; Sat, 6 Oct 2018 20:32:06 +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 95471E0B1A for ; Sat, 6 Oct 2018 20:32:06 +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 59AFF335CDD for ; Sat, 6 Oct 2018 20:32:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98FE8431 for ; Sat, 6 Oct 2018 20:32:03 +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: <1538857904.5866bbc8c2570fd1fc597db57f6cd621855917a2.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-9999.ebuild X-VCS-Directories: media-libs/libepoxy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5866bbc8c2570fd1fc597db57f6cd621855917a2 X-VCS-Branch: master Date: Sat, 6 Oct 2018 20:32:03 +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: 02f39499-d764-46b4-81c8-ef1b2ced4e25 X-Archives-Hash: 42c0261318fb2d1a41035a560962c7c7 commit: 5866bbc8c2570fd1fc597db57f6cd621855917a2 Author: Matt Turner gentoo org> AuthorDate: Sat Oct 6 20:29:22 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Oct 6 20:31:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5866bbc8 media-libs/libepoxy: Require >=dev-util/meson-0.47.0 Signed-off-by: Matt Turner gentoo.org> media-libs/libepoxy/libepoxy-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index b6c7a46a052..ec896cd974c 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,6 +29,7 @@ IUSE="test +X" RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]" DEPEND="${PYTHON_DEPS} ${RDEPEND} + >=dev-util/meson-0.47.0 X? ( x11-libs/libX11[${MULTILIB_USEDEP}] ) virtual/pkgconfig"