diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 03:01:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 03:01:20 +0000 |
commit | 85937a38af5f48104cc4ac93226453ccab268088 (patch) | |
tree | efc64022e052b8fa15d262bfdc30e24c972ee8c5 /app-text/djvu | |
parent | mark stable (Manifest recommit) (diff) | |
download | gentoo-2-85937a38af5f48104cc4ac93226453ccab268088.tar.gz gentoo-2-85937a38af5f48104cc4ac93226453ccab268088.tar.bz2 gentoo-2-85937a38af5f48104cc4ac93226453ccab268088.zip |
inherit flag-o-matic
Diffstat (limited to 'app-text/djvu')
-rw-r--r-- | app-text/djvu/djvu-3.5.12.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/app-text/djvu/djvu-3.5.12.ebuild b/app-text/djvu/djvu-3.5.12.ebuild index 38b9d485a109..744965905758 100644 --- a/app-text/djvu/djvu-3.5.12.ebuild +++ b/app-text/djvu/djvu-3.5.12.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.12.ebuild,v 1.5 2004/03/21 15:11:02 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.12.ebuild,v 1.6 2004/04/06 02:58:12 vapier Exp $ -inherit nsplugins +inherit nsplugins flag-o-matic MY_P="${PN}libre-${PV}" DESCRIPTION="A web-centric format and software platform for distributing documents and images." HOMEPAGE="http://djvu.sourceforge.net" SRC_URI="mirror://sourceforge/djvu/${MY_P}.tar.gz" -RESTRICT="nomirror" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc" IUSE="xml qt" @@ -22,10 +21,9 @@ DEPEND=">=media-libs/jpeg-6b-r2 S=${WORKDIR}/${MY_P} src_compile() { - # assembler problems and hence non-building with pentium4 # <obz@gentoo.org> - replace-flags "-march=pentium4" "-march=pentium3" + replace-flags -march=pentium4 -march=pentium3 local myconf="" use xml \ @@ -36,13 +34,10 @@ src_compile() { econf ${myconf} || die make depend emake || die - } src_install() { - einstall || die # plugin installation from eclass inst_plugin /usr/lib/netscape/plugins/nsdejavu.so - } |