diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2006-09-22 06:03:55 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2006-09-22 06:03:55 +0000 |
commit | db13009f21d739a4147b6a1c4f080b99a390eefb (patch) | |
tree | 5f0d7a4524f914810f5f0de58bdbac8b83eb70ad /dev-libs/fribidi/fribidi-0.10.7.ebuild | |
parent | Fix patch naming. (diff) | |
download | gentoo-2-db13009f21d739a4147b6a1c4f080b99a390eefb.tar.gz gentoo-2-db13009f21d739a4147b6a1c4f080b99a390eefb.tar.bz2 gentoo-2-db13009f21d739a4147b6a1c4f080b99a390eefb.zip |
Removed make test from src_compile.
(Portage version: 2.1.1)
Diffstat (limited to 'dev-libs/fribidi/fribidi-0.10.7.ebuild')
-rw-r--r-- | dev-libs/fribidi/fribidi-0.10.7.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/fribidi/fribidi-0.10.7.ebuild b/dev-libs/fribidi/fribidi-0.10.7.ebuild index cf4b16de12d4..d342013228f1 100644 --- a/dev-libs/fribidi/fribidi-0.10.7.ebuild +++ b/dev-libs/fribidi/fribidi-0.10.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.10.7.ebuild,v 1.2 2006/04/09 16:55:11 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.10.7.ebuild,v 1.3 2006/09/22 06:03:55 matsuu Exp $ DESCRIPTION="A free implementation of the unicode bidirectional algorithm" HOMEPAGE="http://fribidi.org/" @@ -16,10 +16,9 @@ DEPEND="virtual/libc" src_compile() { econf || die emake || die "emake failed" - make test || die "make test failed" } src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die dodoc AUTHORS NEWS README ChangeLog THANKS TODO } |