summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ehmsen <ehmsen@gentoo.org>2006-05-30 09:31:32 +0000
committerMartin Ehmsen <ehmsen@gentoo.org>2006-05-30 09:31:32 +0000
commita744f04d12cce6ae117837a8a3bf84c4c0511faf (patch)
tree73490fec3408372603fb8756ef70ada77a5ae5aa /app-text/djvu
parentAdd ~x86-fbsd keyword. (diff)
downloadgentoo-2-a744f04d12cce6ae117837a8a3bf84c4c0511faf.tar.gz
gentoo-2-a744f04d12cce6ae117837a8a3bf84c4c0511faf.tar.bz2
gentoo-2-a744f04d12cce6ae117837a8a3bf84c4c0511faf.zip
Fixed nspluging install even with unset use flag, bug #134878
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'app-text/djvu')
-rw-r--r--app-text/djvu/ChangeLog6
-rw-r--r--app-text/djvu/djvu-3.5.17.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/djvu/ChangeLog b/app-text/djvu/ChangeLog
index b6ecd4920fad..a7b1c774babd 100644
--- a/app-text/djvu/ChangeLog
+++ b/app-text/djvu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/djvu
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/ChangeLog,v 1.39 2006/05/29 19:46:49 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/ChangeLog,v 1.40 2006/05/30 09:31:32 ehmsen Exp $
+
+ 30 May 2006; Martin Ehmsen <ehmsen@gentoo.org> djvu-3.5.17.ebuild:
+ Fixed problem with nspluging being installed also with unset use flag,
+ bug #134878.
29 May 2006; Jason Wever <weeve@gentoo.org> djvu-3.5.16.ebuild:
Stable on SPARC wrt bug #132349.
diff --git a/app-text/djvu/djvu-3.5.17.ebuild b/app-text/djvu/djvu-3.5.17.ebuild
index c5912519b80a..24d42bef9287 100644
--- a/app-text/djvu/djvu-3.5.17.ebuild
+++ b/app-text/djvu/djvu-3.5.17.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/app-text/djvu/djvu-3.5.17.ebuild,v 1.2 2006/05/05 15:13:21 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.17.ebuild,v 1.3 2006/05/30 09:31:32 ehmsen Exp $
inherit nsplugins flag-o-matic fdo-mime eutils multilib toolchain-funcs
@@ -61,7 +61,7 @@ src_compile() {
|| die "econf failed"
if ! use nsplugin; then
- sed -e 's:nsdjvu::' -i ${S}/gui/Makefile
+ sed -e 's:nsdejavu::' -i ${S}/gui/Makefile || die
fi
emake -j1 || die "emake failed"