diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-04-02 19:01:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-04-02 19:01:08 +0000 |
commit | 1ed3813a006e6c351b88f11ebd62783a2093ed76 (patch) | |
tree | 9a25dfda421fbb75f5f48ec6acf8328c5cc5dcfa | |
parent | Fix ordering in package.use.mask. (diff) | |
download | gentoo-2-1ed3813a006e6c351b88f11ebd62783a2093ed76.tar.gz gentoo-2-1ed3813a006e6c351b88f11ebd62783a2093ed76.tar.bz2 gentoo-2-1ed3813a006e6c351b88f11ebd62783a2093ed76.zip |
whitespace
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, unsigned Manifest commit)
-rw-r--r-- | www-servers/apache/apache-2.4.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/apache/apache-2.4.12.ebuild b/www-servers/apache/apache-2.4.12.ebuild index c710a471e1dc..d7ec15638e95 100644 --- a/www-servers/apache/apache-2.4.12.ebuild +++ b/www-servers/apache/apache-2.4.12.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/www-servers/apache/apache-2.4.12.ebuild,v 1.1 2015/02/04 18:16:00 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.4.12.ebuild,v 1.2 2015/04/02 19:01:08 mr_bones_ Exp $ EAPI=5 @@ -169,7 +169,7 @@ src_install() { rm "${ED}/"$i || die "Failed to prune apache-tools bits" done - # install apxs in /usr/bin (bug #502384) and put a symlink into the + # install apxs in /usr/bin (bug #502384) and put a symlink into the # old location until all ebuilds and eclasses have been modified to # use the new location. local apxs="/usr/bin/apxs" |