commit:     a631ed2d74f6e17ced4fa334357d3320ddd612dd
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 19:14:33 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 19:15:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a631ed2d

dev-scheme/ypsilon: add missing dep bug #514610

Package-Manager: portage-2.3.0

 dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild 
b/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild
index 52be798..52a56a7 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI=5
@@ -15,10 +15,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples threads"
 
-DEPEND=""
+DEPEND="app-arch/cpio"
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
        epatch "${FILESDIR}"/${P}-asneeded.patch
@@ -28,13 +28,13 @@ src_compile() {
        use threads && append-flags "-pthread"
 
        emake PREFIX="/usr" CXX="$(tc-getCXX)" \
-               CXXFLAGS="${CXXFLAGS}" LDFLAGS="$LDFLAGS"  || die "emake failed"
+               CXXFLAGS="${CXXFLAGS}" LDFLAGS="$LDFLAGS"
 }
 
 src_install() {
-       emake PREFIX="/usr" DESTDIR="${D}" install || die "Install failed"
+       emake PREFIX="/usr" DESTDIR="${D}" install
        if use examples; then
                insinto /usr/share/doc/${PF}/examples
-               doins example/* || die "Failed to install examples"
+               doins example/*
        fi
 }

Reply via email to