commit:     94f7657393e77f8243ff0dd33526399830182951
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 18:47:37 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 18:47:37 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=94f76573

sci-mathematics/lie: Add subslot operators

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-mathematics/lie/lie-2.2.2.ebuild | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/sci-mathematics/lie/lie-2.2.2.ebuild 
b/sci-mathematics/lie/lie-2.2.2.ebuild
index ea5771b..755b150 100644
--- a/sci-mathematics/lie/lie-2.2.2.ebuild
+++ b/sci-mathematics/lie/lie-2.2.2.ebuild
@@ -14,20 +14,22 @@ RESTRICT="mirror"
 
 LICENSE="LGPL-2.1"
 ##### See 
http://packages.debian.org/changelogs/pool/main/l/lie/lie_2.2.2+dfsg-1/lie.copyright
-
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="doc"
-DEPEND="sys-devel/bison
-       sys-libs/readline:=
-       sys-libs/ncurses"
+
+DEPEND="
+       sys-devel/bison
+       sys-libs/readline:0=
+       sys-libs/ncurses:0="
 RDEPEND="sys-libs/readline:=
        sys-libs/ncurses"
 
 S="${WORKDIR}/LiE"
 
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-make.patch \
+       epatch \
+               "${FILESDIR}"/${P}-make.patch \
                "${FILESDIR}"/parrallelmake-${P}.patch
 }
 
@@ -36,9 +38,8 @@ src_compile() {
 }
 
 src_install() {
-       emake DESTDIR="${ED}" install
+       default
        use doc && dodoc "${S}"/manual/*
-       dodoc README
 }
 
 pkg_postinst() {

Reply via email to