commit:     ac55b2dd4c3110f3020815dfd83f0ac0b64ff531
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 14:32:14 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 14:32:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac55b2dd

x11-libs/pango: Add missing "|| die" after newly added cp call

This way we won't forget to look about updating the manpage or removing
the copy on next bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-libs/pango/pango-1.40.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/pango/pango-1.40.4.ebuild 
b/x11-libs/pango/pango-1.40.4.ebuild
index 359ba6f6b0c..9e29376ff3a 100644
--- a/x11-libs/pango/pango-1.40.4.ebuild
+++ b/x11-libs/pango/pango-1.40.4.ebuild
@@ -40,7 +40,7 @@ src_prepare() {
        default
        # This should be updated if next release fails to pre-generate the 
manpage as well, or src_prepare removed if is properly generated
        # https://bugzilla.gnome.org/show_bug.cgi?id=779704
-       cp -v "${FILESDIR}"/${PV}-pango-view.1.in 
"${S}/pango-view/pango-view.1.in"
+       cp -v "${FILESDIR}"/${PV}-pango-view.1.in 
"${S}/pango-view/pango-view.1.in" || die
 }
 
 multilib_src_configure() {

Reply via email to