public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dex Conner" <cantcuckthis@danwin1210.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-office/sc-im/
Date: Sat, 16 Apr 2022 10:08:13 +0000 (UTC)	[thread overview]
Message-ID: <1650103619.a5d5c2b05c08a8069a579fc4b47563499c8eb3fc.cantcuckthis@gentoo> (raw)

commit:     a5d5c2b05c08a8069a579fc4b47563499c8eb3fc
Author:     Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
AuthorDate: Sat Apr 16 09:01:46 2022 +0000
Commit:     Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
CommitDate: Sat Apr 16 10:06:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5d5c2b0

app-office/sc-im: remove unnecessary flag logic

This part is already handled by the Makefile

Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>

 app-office/sc-im/sc-im-0.8.2.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-office/sc-im/sc-im-0.8.2.ebuild b/app-office/sc-im/sc-im-0.8.2.ebuild
index 852cd456c..e61cbc8f9 100644
--- a/app-office/sc-im/sc-im-0.8.2.ebuild
+++ b/app-office/sc-im/sc-im-0.8.2.ebuild
@@ -60,11 +60,8 @@ pkg_setup() {
 	export LUA=$(usex lua)
 	( use xlsx || use ods ) && export XML_ZIP="yes"
 
-	# Prefer wayland support over X, and tmux support over both wayland and X.
-	use wayland && export X="no"
-	use tmux && export X="no" && export WAYLAND="no"
-
 	# Notifying the user about which clipboard support is enabled if conflicting flags are set
+	# Prefer wayland support over X, and tmux support over both wayland and X.
 	CONFLICTING=$(usex tmux "tmux " "")$(usex wayland "wayland " "")$(usex X "X" "")
 	if ( use tmux && ( use wayland || use X ) ) ; then
 		elog "Conflicting flags for clipboard support are set: ${CONFLICTING}"


             reply	other threads:[~2022-04-16 10:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-16 10:08 Dex Conner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-29 23:18 [gentoo-commits] repo/proj/guru:dev commit in: app-office/sc-im/ Efe İzbudak
2022-06-27 22:13 Dex Conner
2022-05-07  5:57 Dex Conner
2022-05-04  6:38 Dex Conner
2022-04-26 12:44 Dex Conner
2022-04-24 15:26 Dex Conner
2022-04-24  6:33 Dex Conner
2022-04-18 10:22 Dex Conner
2022-04-15  5:41 Dex Conner
2022-04-14 16:24 Dex Conner
2022-04-14 10:38 Dex Conner
2022-04-13 16:34 Dex Conner

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=1650103619.a5d5c2b05c08a8069a579fc4b47563499c8eb3fc.cantcuckthis@gentoo \
    --to=cantcuckthis@danwin1210.de \
    --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