diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-04-02 18:35:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-04-02 18:35:06 +0000 |
commit | 23af5fc20e63b1f8080c87c5264ee588cc7bd2a7 (patch) | |
tree | b96a8e45b571728413262be195ea2d80e4f09510 /dev-lang/ekopath | |
parent | whitespace (diff) | |
download | gentoo-2-23af5fc20e63b1f8080c87c5264ee588cc7bd2a7.tar.gz gentoo-2-23af5fc20e63b1f8080c87c5264ee588cc7bd2a7.tar.bz2 gentoo-2-23af5fc20e63b1f8080c87c5264ee588cc7bd2a7.zip |
whitespace
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, unsigned Manifest commit)
Diffstat (limited to 'dev-lang/ekopath')
-rw-r--r-- | dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ekopath/ekopath-5.0.5_pre20150226.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild b/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild index 52ddab5edb72..ac262620dd69 100644 --- a/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild +++ b/dev-lang/ekopath/ekopath-5.0.1_pre20131115.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/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild,v 1.3 2015/01/04 15:29:10 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild,v 1.4 2015/04/02 18:35:06 mr_bones_ Exp $ EAPI=5 @@ -64,7 +64,7 @@ src_install() { addpredict /usr/$(get_libdir)/crt1.o addpredict /usr/$(get_libdir)/crtn.o - # EI_PAX marking is obsolete and PT_PAX breaks the binary. + # EI_PAX marking is obsolete and PT_PAX breaks the binary. # We must use XT_PAX to run the installer. if [[ ${PAX_MARKINGS} == "XT" ]]; then pax-mark m ${P}.run diff --git a/dev-lang/ekopath/ekopath-5.0.5_pre20150226.ebuild b/dev-lang/ekopath/ekopath-5.0.5_pre20150226.ebuild index b8940d645552..92116f7b1af1 100644 --- a/dev-lang/ekopath/ekopath-5.0.5_pre20150226.ebuild +++ b/dev-lang/ekopath/ekopath-5.0.5_pre20150226.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/dev-lang/ekopath/ekopath-5.0.5_pre20150226.ebuild,v 1.1 2015/02/28 21:55:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-5.0.5_pre20150226.ebuild,v 1.2 2015/04/02 18:35:06 mr_bones_ Exp $ EAPI=5 @@ -66,7 +66,7 @@ src_install() { # addpredict /usr/${libdir}/crtn.o # done - # EI_PAX marking is obsolete and PT_PAX breaks the binary. + # EI_PAX marking is obsolete and PT_PAX breaks the binary. # We must use XT_PAX to run the installer. if [[ ${PAX_MARKINGS} == "XT" ]]; then pax-mark m ${P}.run |