diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-04-20 22:24:01 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-13 20:03:36 +0000 |
commit | d81931d6cc7950afb701deef0cd60e2f8c7a2328 (patch) | |
tree | 30aaa4fc965f1f0171681bf9c078a4046bc4b33a /x11-wm | |
parent | net-nds/openldap: [QA] eend without argument (diff) | |
download | gentoo-d81931d6cc7950afb701deef0cd60e2f8c7a2328.tar.gz gentoo-d81931d6cc7950afb701deef0cd60e2f8c7a2328.tar.bz2 gentoo-d81931d6cc7950afb701deef0cd60e2f8c7a2328.zip |
x11-wm/page: [QA] eend missing argument
Just drop the notification altogether, there's a comment with a bug
reference, and it's two commands that should be fast to execute.
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Closes: https://github.com/gentoo/gentoo/pull/25134
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/page/page-1.9.8.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/page/page-1.9.8.ebuild b/x11-wm/page/page-1.9.8.ebuild index 8fcd55186a3b..cc6ee93df99a 100644 --- a/x11-wm/page/page-1.9.8.ebuild +++ b/x11-wm/page/page-1.9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -39,10 +39,8 @@ src_install() { default # Solves file collision with dev-tcltk/tcllib, bug #574074 - ebegin "Changing references from 'page' to 'pagewm'" mv "${D}"usr/bin/page "${D}"usr/bin/pagewm || die "Could not rename binary!" sed -i -e "s:/usr/bin/page:/usr/bin/pagewm:" "${D}"usr/share/applications/page.desktop || die "Could not change .desktop file!" - eend } pkg_postinst() { |