public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack-keyboard/
Date: Fri, 14 Aug 2020 13:26:03 +0000 (UTC)	[thread overview]
Message-ID: <1597411558.ac431f2fda39723cdfa33bbe9f2a651f737851ab.fordfrog@gentoo> (raw)

commit:     ac431f2fda39723cdfa33bbe9f2a651f737851ab
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 13:25:45 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 13:25:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac431f2f

media-sound/jack-keyboard: fixed typo and dropped jack use flag in 2.7.2

Closes: https://bugs.gentoo.org/737110
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../{jack-keyboard-2.7.2.ebuild => jack-keyboard-2.7.2-r1.ebuild} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-sound/jack-keyboard/jack-keyboard-2.7.2.ebuild b/media-sound/jack-keyboard/jack-keyboard-2.7.2-r1.ebuild
similarity index 85%
rename from media-sound/jack-keyboard/jack-keyboard-2.7.2.ebuild
rename to media-sound/jack-keyboard/jack-keyboard-2.7.2-r1.ebuild
index bec6114d437..dd40aa9f0a7 100644
--- a/media-sound/jack-keyboard/jack-keyboard-2.7.2.ebuild
+++ b/media-sound/jack-keyboard/jack-keyboard-2.7.2-r1.ebuild
@@ -12,12 +12,12 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="jack lash X"
+IUSE="lash X"
 
 CDEPEND="
 	dev-libs/glib:2
+	virtual/jack
 	x11-libs/gtk+:2
-	jack? ( virtual/jack )
 	lash? ( media-sound/lash )
 	X? ( x11-libs/libX11 )
 "
@@ -33,8 +33,8 @@ src_prepare() {
 }
 
 src_configure() {
-	local mymakeargs=(
-		-DJackEnable=$(usex jack)
+	local mycmakeargs=(
+		-DJackEnable=ON # though configurable, does not compile withou jack
 		-DLashEnable=$(usex lash)
 		-DX11Enable=$(usex X)
 	)


             reply	other threads:[~2020-08-14 13:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-14 13:26 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-18 10:07 [gentoo-commits] repo/gentoo:master commit in: media-sound/jack-keyboard/ Miroslav Šulc
2020-09-18  8:26 Agostino Sarubbo
2020-09-18  7:29 Agostino Sarubbo
2017-12-21 20:29 Patrice Clement

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=1597411558.ac431f2fda39723cdfa33bbe9f2a651f737851ab.fordfrog@gentoo \
    --to=fordfrog@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