diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-27 11:55:54 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-27 14:23:13 -0400 |
commit | 9b5229b7edf3c14d056403b61c1edd6d37c6fb68 (patch) | |
tree | ced1ffbfa68ae294d702f51c02cf807ac918cce9 /x11-plugins | |
parent | x11-misc/imwheel: fix src_configure (diff) | |
download | gentoo-9b5229b7edf3c14d056403b61c1edd6d37c6fb68.tar.gz gentoo-9b5229b7edf3c14d056403b61c1edd6d37c6fb68.tar.bz2 gentoo-9b5229b7edf3c14d056403b61c1edd6d37c6fb68.zip |
x11-plugins/guifications: remove obsolete || die
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/guifications/guifications-2.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild index 7c04124a3e39..f50721872ac7 100644 --- a/x11-plugins/guifications/guifications-2.16.ebuild +++ b/x11-plugins/guifications/guifications-2.16.ebuild @@ -26,5 +26,5 @@ DEPEND="${DEPEND} src_configure() { econf \ $(use_enable debug ) \ - $(use_enable nls) || die "econf failure" + $(use_enable nls) } |