From 5ed22fe5c4be715b046792548929a85edb427d6d Mon Sep 17 00:00:00 2001 From: Stefan Schweizer Date: Sun, 15 Apr 2007 10:18:49 +0000 Subject: app-laptop/toshset: RESTRICT=mirror is not needed and emake install is prferred over make install svn path=/sunrise/; revision=3434 --- app-laptop/toshset/toshset-1.72.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app-laptop/toshset/toshset-1.72.ebuild') diff --git a/app-laptop/toshset/toshset-1.72.ebuild b/app-laptop/toshset/toshset-1.72.ebuild index d70f4f3f3..f65ca7fdf 100644 --- a/app-laptop/toshset/toshset-1.72.ebuild +++ b/app-laptop/toshset/toshset-1.72.ebuild @@ -16,8 +16,6 @@ IUSE="" DEPEND="" RDEPEND="" -RESTRICT="mirror" - src_unpack() { unpack ${A} # epatch "${DISTDIR}/toshset_${PV}-2ubuntu1.diff" @@ -25,6 +23,6 @@ src_unpack() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc README } -- cgit v1.2.3-18-g5258