Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
Date: Sun, 27 May 2018 18:23:39
Message-Id: 1527445393.9b5229b7edf3c14d056403b61c1edd6d37c6fb68.bman@gentoo
1 commit: 9b5229b7edf3c14d056403b61c1edd6d37c6fb68
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 15:55:54 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 18:23:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5229b7
7
8 x11-plugins/guifications: remove obsolete || die
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-plugins/guifications/guifications-2.16.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild
16 index 7c04124a3e3..f50721872ac 100644
17 --- a/x11-plugins/guifications/guifications-2.16.ebuild
18 +++ b/x11-plugins/guifications/guifications-2.16.ebuild
19 @@ -26,5 +26,5 @@ DEPEND="${DEPEND}
20 src_configure() {
21 econf \
22 $(use_enable debug ) \
23 - $(use_enable nls) || die "econf failure"
24 + $(use_enable nls)
25 }