public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Denis Reva" <denis7774@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/amdvlk/
Date: Fri,  1 May 2020 06:16:55 +0000 (UTC)	[thread overview]
Message-ID: <1588313803.ad88e09f6628c6884f0d4ff1b57b97991370b5f0.RarogCmex@gentoo> (raw)

commit:     ad88e09f6628c6884f0d4ff1b57b97991370b5f0
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Fri May  1 06:16:43 2020 +0000
Commit:     Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Fri May  1 06:16:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad88e09f

media-libs/amdvlk: fixed missprints in bash array

removed missprints like local mycmakeargs=( \
					    ^

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>

 media-libs/amdvlk/amdvlk-2020.1.4.ebuild | 8 ++++----
 media-libs/amdvlk/amdvlk-2020.2.1.ebuild | 8 ++++----
 media-libs/amdvlk/amdvlk-2020.2.2.ebuild | 8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/media-libs/amdvlk/amdvlk-2020.1.4.ebuild b/media-libs/amdvlk/amdvlk-2020.1.4.ebuild
index e249ecf..01a3e4a 100644
--- a/media-libs/amdvlk/amdvlk-2020.1.4.ebuild
+++ b/media-libs/amdvlk/amdvlk-2020.1.4.ebuild
@@ -83,10 +83,10 @@ EOF
 }
 
 multilib_src_configure() {
-	local mycmakeargs=( \
-			-DBUILD_WAYLAND_SUPPORT=$(usex wayland ) \
-			-DCMAKE_BUILD_TYPE="$(usex debug "Debug" "Release")" \
-			-B${BUILD_DIR} )
+	local mycmakeargs=(
+			-DBUILD_WAYLAND_SUPPORT=$(usex wayland )
+			-DCMAKE_BUILD_TYPE="$(usex debug "Debug" "Release")"
+			-B"${BUILD_DIR}" )
 	cd "${S}"/xgl
 	cmake -H. "${mycmakeargs[@]}"
 }

diff --git a/media-libs/amdvlk/amdvlk-2020.2.1.ebuild b/media-libs/amdvlk/amdvlk-2020.2.1.ebuild
index 3b33518..2e32603 100644
--- a/media-libs/amdvlk/amdvlk-2020.2.1.ebuild
+++ b/media-libs/amdvlk/amdvlk-2020.2.1.ebuild
@@ -83,10 +83,10 @@ EOF
 }
 
 multilib_src_configure() {
-	local mycmakeargs=( \
-			-DBUILD_WAYLAND_SUPPORT=$(usex wayland ) \
-			-DCMAKE_BUILD_TYPE="$(usex debug "Debug" "Release")" \
-			-B${BUILD_DIR} )
+	local mycmakeargs=(
+			-DBUILD_WAYLAND_SUPPORT=$(usex wayland )
+			-DCMAKE_BUILD_TYPE="$(usex debug "Debug" "Release")"
+			-B"${BUILD_DIR}" )
 	cd "${S}"/xgl
 	cmake -H. "${mycmakeargs[@]}"
 }

diff --git a/media-libs/amdvlk/amdvlk-2020.2.2.ebuild b/media-libs/amdvlk/amdvlk-2020.2.2.ebuild
index 93465d2..1859bf3 100644
--- a/media-libs/amdvlk/amdvlk-2020.2.2.ebuild
+++ b/media-libs/amdvlk/amdvlk-2020.2.2.ebuild
@@ -83,10 +83,10 @@ EOF
 }
 
 multilib_src_configure() {
-	local mycmakeargs=( \
-			-DBUILD_WAYLAND_SUPPORT=$(usex wayland ) \
-			-DCMAKE_BUILD_TYPE="$(usex debug "Debug" "Release")" \
-			-B${BUILD_DIR} )
+	local mycmakeargs=(
+			-DBUILD_WAYLAND_SUPPORT=$(usex wayland )
+			-DCMAKE_BUILD_TYPE="$(usex debug "Debug" "Release")"
+			-B"${BUILD_DIR}" )
 	cd "${S}"/xgl
 	cmake -H. "${mycmakeargs[@]}"
 }


             reply	other threads:[~2020-05-01  6:17 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-01  6:16 Denis Reva [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-12 19:08 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/amdvlk/ David Roman
2024-08-19 16:08 Lucio Sauer
2024-01-18 18:39 YOSHIOKA Takuma
2024-01-18 11:46 David Roman
2023-03-22  4:43 Denis Reva
2023-03-03 13:07 Denis Reva
2023-02-28 12:58 Denis Reva
2023-02-24 11:09 Denis Reva
2023-02-23 13:44 Denis Reva
2023-02-18  9:34 Denis Reva
2023-01-13 10:13 Denis Reva
2022-12-28 17:56 Denis Reva
2022-12-25 13:32 Denis Reva
2022-12-25  9:09 Denis Reva
2022-12-25  9:09 Denis Reva
2022-12-16 15:23 Denis Reva
2022-12-16 15:12 Denis Reva
2022-12-13 11:04 Denis Reva
2022-12-10  6:48 Denis Reva
2022-10-27  9:32 Denis Reva
2022-10-27  9:32 Denis Reva
2022-10-27  9:32 Denis Reva
2022-10-19  6:54 Denis Reva
2022-10-12  8:46 Denis Reva
2022-10-04 13:15 Denis Reva
2022-10-04 13:15 Denis Reva
2022-10-04 13:15 Denis Reva
2022-09-22  5:28 Denis Reva
2022-09-19 10:25 Denis Reva
2021-12-16  8:47 Denis Reva
2021-05-05  7:32 Alessandro Barbieri
2021-04-25 17:05 Denis Reva
2021-02-06  5:14 Denis Reva
2020-12-23 12:02 Denis Reva
2020-11-20 16:03 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-11-20 16:03 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-19  6:28 Denis Reva
2020-11-17  8:11 Denis Reva
2020-11-05 11:36 Denis Reva
2020-10-27  4:55 Denis Reva
2020-10-16  9:39 Denis Reva
2020-09-22 15:32 Denis Reva
2020-09-14 12:56 Denis Reva
2020-08-07 12:02 Denis Reva
2020-07-23 16:33 Denis Reva
2020-07-21  9:05 Denis Reva
2020-07-04 15:01 Denis Reva
2020-06-27  9:37 Denis Reva
2020-05-29 12:34 Denis Reva
2020-05-14 14:56 Denis Reva
2020-04-30 11:25 Denis Reva
2020-04-25  0:37 Alessandro Barbieri
2020-04-16 15:03 Denis Reva
2020-04-11 20:32 Andrew Ammerlaan
2020-04-11 14:06 Denis Reva
2020-04-11  8:21 Denis Reva

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=1588313803.ad88e09f6628c6884f0d4ff1b57b97991370b5f0.RarogCmex@gentoo \
    --to=denis7774@gmail.com \
    --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