commit: 67fc0e101e14cbe9c2691d9de5246341b49a4216
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 07:10:26 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 18:49:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67fc0e10
x11-misc/xgestures: fix function declaration style (braces)
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/xgestures/xgestures-0.4.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/x11-misc/xgestures/xgestures-0.4.ebuild
b/x11-misc/xgestures/xgestures-0.4.ebuild
index 4e72115627d..6d93d06237a 100644
--- a/x11-misc/xgestures/xgestures-0.4.ebuild
+++ b/x11-misc/xgestures/xgestures-0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -26,7 +26,6 @@ src_install() {
newdoc .gestures gestures
}
-pkg_postinst()
-{
+pkg_postinst() {
elog "Unpack /usr/share/doc/${PF}/gestures* and copy it to
\$HOME/.gestures"
}