commit:     9893c5c522f03b0ccf8215afd0649359aa0ca8b1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 08:51:44 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 08:52:50 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9893c5c5

dev-lang/ekopath: Add missing ||die

Package-Manager: portage-2.2.23

 dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild | 2 +-
 dev-lang/ekopath/ekopath-6.0.481_p20150811.ebuild | 2 +-
 dev-lang/ekopath/ekopath-6.0.521_p20150910.ebuild | 2 +-
 dev-lang/ekopath/ekopath-6.0.532_p20150921.ebuild | 2 +-
 dev-lang/ekopath/ekopath-6.0.551_p20151010.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild 
b/dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild
index ab16a2f..c886d13 100644
--- a/dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild
@@ -38,7 +38,7 @@ src_unpack() {
 }
 
 src_prepare() {
-       cat > 99${PN} <<-EOF
+       cat > 99${PN} <<-EOF || die
                PATH=${EROOT%/}/opt/${PN}/bin
                ROOTPATH=${EROOT%/}/opt/${PN}/bin
                
LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64

diff --git a/dev-lang/ekopath/ekopath-6.0.481_p20150811.ebuild 
b/dev-lang/ekopath/ekopath-6.0.481_p20150811.ebuild
index ab16a2f..c886d13 100644
--- a/dev-lang/ekopath/ekopath-6.0.481_p20150811.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.481_p20150811.ebuild
@@ -38,7 +38,7 @@ src_unpack() {
 }
 
 src_prepare() {
-       cat > 99${PN} <<-EOF
+       cat > 99${PN} <<-EOF || die
                PATH=${EROOT%/}/opt/${PN}/bin
                ROOTPATH=${EROOT%/}/opt/${PN}/bin
                
LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64

diff --git a/dev-lang/ekopath/ekopath-6.0.521_p20150910.ebuild 
b/dev-lang/ekopath/ekopath-6.0.521_p20150910.ebuild
index ab16a2f..c886d13 100644
--- a/dev-lang/ekopath/ekopath-6.0.521_p20150910.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.521_p20150910.ebuild
@@ -38,7 +38,7 @@ src_unpack() {
 }
 
 src_prepare() {
-       cat > 99${PN} <<-EOF
+       cat > 99${PN} <<-EOF || die
                PATH=${EROOT%/}/opt/${PN}/bin
                ROOTPATH=${EROOT%/}/opt/${PN}/bin
                
LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64

diff --git a/dev-lang/ekopath/ekopath-6.0.532_p20150921.ebuild 
b/dev-lang/ekopath/ekopath-6.0.532_p20150921.ebuild
index ab16a2f..c886d13 100644
--- a/dev-lang/ekopath/ekopath-6.0.532_p20150921.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.532_p20150921.ebuild
@@ -38,7 +38,7 @@ src_unpack() {
 }
 
 src_prepare() {
-       cat > 99${PN} <<-EOF
+       cat > 99${PN} <<-EOF || die
                PATH=${EROOT%/}/opt/${PN}/bin
                ROOTPATH=${EROOT%/}/opt/${PN}/bin
                
LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64

diff --git a/dev-lang/ekopath/ekopath-6.0.551_p20151010.ebuild 
b/dev-lang/ekopath/ekopath-6.0.551_p20151010.ebuild
index ab16a2f..c886d13 100644
--- a/dev-lang/ekopath/ekopath-6.0.551_p20151010.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.551_p20151010.ebuild
@@ -38,7 +38,7 @@ src_unpack() {
 }
 
 src_prepare() {
-       cat > 99${PN} <<-EOF
+       cat > 99${PN} <<-EOF || die
                PATH=${EROOT%/}/opt/${PN}/bin
                ROOTPATH=${EROOT%/}/opt/${PN}/bin
                
LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64

Reply via email to