diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-06-14 00:21:26 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-06-14 00:21:26 +0000 |
commit | adcc03d19eaf442c6334c9d70dd5af96f995b0bb (patch) | |
tree | 34a54b4c6e7409d5a79a3020cec76314353f803e /sys-apps/systemd | |
parent | Add missing compile-unifont.py. Update EGIT_REPO_URI to point at github. (diff) | |
download | gentoo-2-adcc03d19eaf442c6334c9d70dd5af96f995b0bb.tar.gz gentoo-2-adcc03d19eaf442c6334c9d70dd5af96f995b0bb.tar.bz2 gentoo-2-adcc03d19eaf442c6334c9d70dd5af96f995b0bb.zip |
Whitespace.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-220-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/systemd/systemd-220-r2.ebuild b/sys-apps/systemd/systemd-220-r2.ebuild index d74adfa94f8c..81022de4a7c0 100644 --- a/sys-apps/systemd/systemd-220-r2.ebuild +++ b/sys-apps/systemd/systemd-220-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 1.6 2015/06/14 00:19:49 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 1.7 2015/06/14 00:21:26 floppym Exp $ EAPI=5 @@ -158,7 +158,7 @@ src_prepare() { # http://lists.freedesktop.org/archives/systemd-devel/2015-May/032149.html rm src/journal/audit_type-to-name.h src/udev/keyboard-keys-from-name.gperf || die - + cp "${FILESDIR}"/compile-unifont.py tools/compile-unifont.py || die chmod +x tools/compile-unifont.py || die |