From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
Date: Tue, 30 Jan 2018 08:12:47 +0000 (UTC) [thread overview]
Message-ID: <1517299934.c5d38c1604603e14b166b053bed91888dc7c67f2.ulm@gentoo> (raw)
commit: c5d38c1604603e14b166b053bed91888dc7c67f2
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 07:57:21 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 08:12:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d38c16
app-misc/gcal: Add missing dependency on dev-libs/libunistring.
Bug: https://bugs.gentoo.org/645882
Package-Manager: Portage-2.3.20, Repoman-2.3.6
app-misc/gcal/gcal-4.1.ebuild | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/app-misc/gcal/gcal-4.1.ebuild b/app-misc/gcal/gcal-4.1.ebuild
index da50405b570..d5a8dbc1d9d 100644
--- a/app-misc/gcal/gcal-4.1.ebuild
+++ b/app-misc/gcal/gcal-4.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils flag-o-matic toolchain-funcs
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="The GNU Calendar - a replacement for cal"
HOMEPAGE="https://www.gnu.org/software/gcal/"
@@ -16,15 +16,18 @@ IUSE="ncurses nls unicode"
DEPEND="
app-arch/xz-utils
- nls? ( >=sys-devel/gettext-0.17 )"
+ nls? ( >=sys-devel/gettext-0.17 )
+ unicode? ( dev-libs/libunistring:= )"
-RDEPEND="nls? ( virtual/libintl )"
+RDEPEND="nls? ( virtual/libintl )
+ unicode? ( dev-libs/libunistring:= )"
DOCS=( BUGS LIMITATIONS NEWS README THANKS TODO )
src_configure() {
tc-export CC
append-cppflags -D_GNU_SOURCE
+ use unicode && append-libs -lunistring
econf \
--disable-rpath \
$(use_enable nls) \
next reply other threads:[~2018-01-30 8:12 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-30 8:12 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 17:06 [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/ Sam James
2024-04-30 6:25 Sam James
2024-04-30 6:22 Sam James
2024-04-30 6:22 Sam James
2024-03-13 20:58 Sam James
2024-03-13 20:58 Sam James
2024-03-12 22:01 Sam James
2024-03-12 2:50 Sam James
2023-01-04 4:32 Sam James
2021-10-12 7:10 Agostino Sarubbo
2021-10-11 5:45 Sam James
2021-10-11 4:33 Sam James
2021-01-06 13:19 Fabian Groffen
2018-01-30 8:12 Ulrich Müller
2018-01-26 21:26 Patrice Clement
2017-01-29 14:59 Fabian Groffen
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=1517299934.c5d38c1604603e14b166b053bed91888dc7c67f2.ulm@gentoo \
--to=ulm@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