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 55AA8139085 for ; Tue, 24 Jan 2017 23:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B00D234058; Tue, 24 Jan 2017 23:45:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 436CA234058 for ; Tue, 24 Jan 2017 23:45:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64D57341586 for ; Tue, 24 Jan 2017 23:45:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06BB92E40 for ; Tue, 24 Jan 2017 23:45:42 +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: <1485301531.9f5546dc2dbe9fa09d68773a99c0c5121a8fcf44.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-loader/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vulkan-loader/Manifest media-libs/vulkan-loader/vulkan-loader-1.0.33.0.ebuild media-libs/vulkan-loader/vulkan-loader-1.0.39.0.ebuild X-VCS-Directories: media-libs/vulkan-loader/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9f5546dc2dbe9fa09d68773a99c0c5121a8fcf44 X-VCS-Branch: master Date: Tue, 24 Jan 2017 23:45:42 +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: deeacc4b-951d-4fa0-ae66-a96a05a5677f X-Archives-Hash: d432551d155db9b79b992943ad00ed6a commit: 9f5546dc2dbe9fa09d68773a99c0c5121a8fcf44 Author: Matt Turner gentoo org> AuthorDate: Tue Jan 24 23:38:40 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jan 24 23:45:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5546dc media-libs/vulkan-loader: Version bump to 1.0.39.0. media-libs/vulkan-loader/Manifest | 2 +- .../{vulkan-loader-1.0.33.0.ebuild => vulkan-loader-1.0.39.0.ebuild} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/vulkan-loader/Manifest b/media-libs/vulkan-loader/Manifest index 08195b2..6a8f7fb 100644 --- a/media-libs/vulkan-loader/Manifest +++ b/media-libs/vulkan-loader/Manifest @@ -1 +1 @@ -DIST vulkan-loader-1.0.33.0.tar.gz 2570738 SHA256 b8aba6c614e4e95024384f7b239c39683fd36e1dc37f65f86793b8e2738d4445 SHA512 96ad3d3c82a4d0cbbc3c039ee8eb551ed939e56f8ed9470b37fd9429339cdbaa100f976d56dc3ab017c92c80283b24309a0b483f5435fb5394816a490cd7c8e8 WHIRLPOOL 11051fcd4fc092ecde0ad0dafeb7d38583e368ffc880253e658a34ace3ead890e0af4f859af31519fd396767a075ec7467f315eda3376074b0c4e5d5f757e0ba +DIST vulkan-loader-1.0.39.0.tar.gz 3614236 SHA256 146efb378dc143f9dc15843b29aec8e5a0ad74161628931f0057d9517457a846 SHA512 23d7ced204f76952d8b15b192c325d80264b75a7128d45a5d5dd7e9c033157ef18c9002138d89857f376b38b55974070ffacc60169ada19329f8ccd8122294fc WHIRLPOOL fb2565abc33f21fd02ff583768c0c23613c9d978e681e017639edefea276c4ff2153b10d042a9e35ee95c41b5276178210e9ee92e4c380e1d67419e464379f3d diff --git a/media-libs/vulkan-loader/vulkan-loader-1.0.33.0.ebuild b/media-libs/vulkan-loader/vulkan-loader-1.0.39.0.ebuild similarity index 97% rename from media-libs/vulkan-loader/vulkan-loader-1.0.33.0.ebuild rename to media-libs/vulkan-loader/vulkan-loader-1.0.39.0.ebuild index 270fcd4..292c8f0 100644 --- a/media-libs/vulkan-loader/vulkan-loader-1.0.33.0.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-1.0.39.0.ebuild @@ -36,6 +36,7 @@ multilib_src_configure() { -DBUILD_DEMOS=False -DBUILD_VKJSON=False -DBUILD_LOADER=True + -DBUILD_WSI_MIR_SUPPORT=False ) cmake-utils_src_configure }