public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nick Sarnie" <sarnex@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/vkd3d/
Date: Fri, 15 Apr 2022 19:30:15 +0000 (UTC)	[thread overview]
Message-ID: <1650050979.0fddb34e05c1f58e00de87f90a025a8e1dbc392b.sarnex@gentoo> (raw)

commit:     0fddb34e05c1f58e00de87f90a025a8e1dbc392b
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 19:27:33 2022 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 19:29:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=0fddb34e

app-emulation/vkd3d: Restrict test

Closes: https://bugs.gentoo.org/838655

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 app-emulation/vkd3d/vkd3d-1.2.ebuild  |  5 ++++-
 app-emulation/vkd3d/vkd3d-9999.ebuild | 18 +++++++-----------
 2 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/app-emulation/vkd3d/vkd3d-1.2.ebuild b/app-emulation/vkd3d/vkd3d-1.2.ebuild
index 90e8035..e64cc1a 100644
--- a/app-emulation/vkd3d/vkd3d-1.2.ebuild
+++ b/app-emulation/vkd3d/vkd3d-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,6 +13,9 @@ else
 	SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz"
 fi
 
+#Tests fail: https://bugs.gentoo.org/838655
+RESTRICT="test"
+
 IUSE="spirv-tools"
 RDEPEND="spirv-tools? ( dev-util/spirv-tools:=[${MULTILIB_USEDEP}] )
 		media-libs/vulkan-loader[${MULTILIB_USEDEP},X]

diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild b/app-emulation/vkd3d/vkd3d-9999.ebuild
index 0e542af..e64cc1a 100644
--- a/app-emulation/vkd3d/vkd3d-9999.ebuild
+++ b/app-emulation/vkd3d/vkd3d-9999.ebuild
@@ -1,20 +1,21 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit multilib-minimal autotools
-
-AUTOTOOLS_AUTORECONF="1"
+inherit multilib-minimal
 
 if [[ "${PV}" == "9999" ]]; then
 	EGIT_REPO_URI="https://source.winehq.org/git/vkd3d.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~x86"
 	SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz"
 fi
 
+#Tests fail: https://bugs.gentoo.org/838655
+RESTRICT="test"
+
 IUSE="spirv-tools"
 RDEPEND="spirv-tools? ( dev-util/spirv-tools:=[${MULTILIB_USEDEP}] )
 		media-libs/vulkan-loader[${MULTILIB_USEDEP},X]
@@ -24,7 +25,7 @@ RDEPEND="spirv-tools? ( dev-util/spirv-tools:=[${MULTILIB_USEDEP}] )
 
 DEPEND="${RDEPEND}
 		dev-util/spirv-headers
-		>=dev-util/vulkan-headers-1.1.114"
+		dev-util/vulkan-headers"
 
 DESCRIPTION="D3D12 to Vulkan translation library"
 HOMEPAGE="https://source.winehq.org/git/vkd3d.git/"
@@ -32,11 +33,6 @@ HOMEPAGE="https://source.winehq.org/git/vkd3d.git/"
 LICENSE="LGPL-2.1"
 SLOT="0"
 
-src_prepare() {
-	default
-	eautoreconf
-}
-
 multilib_src_configure() {
 	local myconf=(
 		$(use_with spirv-tools)


             reply	other threads:[~2022-04-15 19:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-15 19:30 Nick Sarnie [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-29 22:36 [gentoo-commits] repo/proj/wine:master commit in: app-emulation/vkd3d/ Nick Sarnie
2020-09-29 22:33 Nick Sarnie
2020-09-28  2:41 Nick Sarnie
2019-07-13 15:11 Nick Sarnie
2019-05-14 23:03 Nick Sarnie
2018-06-03 20:30 Nick Sarnie
2018-05-30 22:45 Nick Sarnie
2018-05-29  1:45 Nick Sarnie
2018-05-28 20:05 Nick Sarnie
2018-05-28 19:59 Nick Sarnie
2018-05-28 16:31 Nick Sarnie
2018-05-28 15:51 Nick Sarnie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1650050979.0fddb34e05c1f58e00de87f90a025a8e1dbc392b.sarnex@gentoo \
    --to=sarnex@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox