diff options
Diffstat (limited to 'x11-misc/xtrace/xtrace-1.4.0.ebuild')
-rw-r--r-- | x11-misc/xtrace/xtrace-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xtrace/xtrace-1.4.0.ebuild b/x11-misc/xtrace/xtrace-1.4.0.ebuild index 1585b28744fa..21fc2c1feec9 100644 --- a/x11-misc/xtrace/xtrace-1.4.0.ebuild +++ b/x11-misc/xtrace/xtrace-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ src_configure() { econf --program-transform-name="s/^x/x11/" } -pkg_postinst () { +pkg_postinst() { einfo "To avoid collision with glibc (/usr/bin/xtrace)" einfo "binary was renamed to x11trace, as suggested by author" } |