public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/icon/
Date: Thu,  4 Jun 2020 13:35:36 +0000 (UTC)	[thread overview]
Message-ID: <1591277712.1597004200e7bc42454ce57ebf9670676f6aa76b.juippis@gentoo> (raw)

commit:     1597004200e7bc42454ce57ebf9670676f6aa76b
Author:     Cheyenne Wills <cwills <AT> witznd <DOT> net>
AuthorDate: Fri May 29 13:31:52 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun  4 13:35:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15970042

dev-lang/icon: fix broken symlink when USE=-X

Skips adding symlink to vib if graphics support is not enabled.

Closes: https://bugs.gentoo.org/723066
Signed-off-by: Cheyenne Wills <cwills <AT> witznd.net>
Closes: https://github.com/gentoo/gentoo/pull/15671
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-lang/icon/icon-9.5.1-r2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-lang/icon/icon-9.5.1-r2.ebuild b/dev-lang/icon/icon-9.5.1-r2.ebuild
index d76ac046eb3..d986c29147b 100644
--- a/dev-lang/icon/icon-9.5.1-r2.ebuild
+++ b/dev-lang/icon/icon-9.5.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -95,7 +95,9 @@ src_install() {
 	dosym ../$(get_libdir)/icon/bin/icont /usr/bin/icont
 	dosym ../$(get_libdir)/icon/bin/iconx /usr/bin/iconx
 	dosym ../$(get_libdir)/icon/bin/icon  /usr/bin/icon
-	dosym ../$(get_libdir)/icon/bin/vib   /usr/bin/vib
+	if use X; then
+		dosym ../$(get_libdir)/icon/bin/vib /usr/bin/vib
+	fi
 
 	cd "${S}/man/man1" || die
 	doman "${PN}"t.1


             reply	other threads:[~2020-06-04 13:35 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-04 13:35 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-01 11:47 [gentoo-commits] repo/gentoo:master commit in: dev-lang/icon/ Sam James
2024-11-03 21:11 Andreas Sturmlechner
2024-11-02  7:11 Sam James
2024-10-11  9:56 Arthur Zamarin
2024-09-26 10:36 Jakov Smolić
2024-09-26 10:36 Jakov Smolić
2024-09-26 10:36 Jakov Smolić
2024-09-26 10:36 Jakov Smolić
2022-08-17 16:18 Joonas Niilola
2022-08-17 16:18 Joonas Niilola
2022-07-02 17:35 Joonas Niilola
2021-09-25 23:46 Sam James
2021-09-25  5:18 Agostino Sarubbo
2021-09-24 22:47 Sam James
2021-09-24 22:47 Sam James
2021-09-22 18:03 Sam James
2021-03-15  7:45 Joonas Niilola
2021-03-15  7:45 Joonas Niilola
2020-08-15  0:48 Sam James
2018-05-16 12:22 Agostino Sarubbo
2018-05-14 14:11 Tobias Klausmann
2018-05-13 22:06 Thomas Deutschmann
2018-05-13  9:53 Sergei Trofimovich
2018-05-12 15:33 Sergei Trofimovich
2018-04-28  0:52 Matt Turner
2018-04-20  8:50 David Seifert
2017-08-28 21:18 Michał Górny
2016-04-14  6:14 Jason Zaman
2016-01-27  8:31 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=1591277712.1597004200e7bc42454ce57ebf9670676f6aa76b.juippis@gentoo \
    --to=juippis@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