summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-30 18:00:35 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-30 18:01:27 +0000
commit21bca43efbdc21b0c6180ddbe77add28a62a5f9b (patch)
tree29786ba756871810ea5fb509626927954fb5b8d4
parentx11-misc/bbkeys: use ASCII whitespace (diff)
downloadgentoo-21bca43e.tar.gz
gentoo-21bca43e.tar.bz2
gentoo-21bca43e.zip
x11-misc/bbdate: use ASCII whitespace
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--x11-misc/bbdate/bbdate-0.2.4-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild b/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild
index c1edcb8f5506..cda60822193f 100644
--- a/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild
+++ b/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -34,5 +34,5 @@ src_install () {
# since multiple bbtools packages provide this file, install
# it in /usr/share/doc/${PF}
mv "${ED%/}"/usr/share/bbtools/bbtoolsrc.in \
- "${ED%/}"/usr/share/doc/${PF}/bbtoolsrc.example || die
+ "${ED%/}"/usr/share/doc/${PF}/bbtoolsrc.example || die
}