summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-20 19:55:46 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-20 19:55:46 +0000
commitb4855829492874ad7a0a8d0721e6f0aad93d4e79 (patch)
treecb208f867c1a48e00e696871c1f657490553308c /sci-visualization
parentx11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly (diff)
downloadgentoo-2-b4855829492874ad7a0a8d0721e6f0aad93d4e79.tar.gz
gentoo-2-b4855829492874ad7a0a8d0721e6f0aad93d4e79.tar.bz2
gentoo-2-b4855829492874ad7a0a8d0721e6f0aad93d4e79.zip
x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/spyview/ChangeLog8
-rw-r--r--sci-visualization/spyview/spyview-20100329-r1.ebuild6
-rw-r--r--sci-visualization/spyview/spyview-20100810.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-visualization/spyview/ChangeLog b/sci-visualization/spyview/ChangeLog
index 0ebd7393ed51..f95f45dc2bce 100644
--- a/sci-visualization/spyview/ChangeLog
+++ b/sci-visualization/spyview/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-visualization/spyview
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.10 2010/09/26 09:31:48 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.11 2011/03/20 19:55:46 jlec Exp $
+
+ 20 Mar 2011; Justin Lecher <jlec@gentoo.org> spyview-20100329-r1.ebuild,
+ spyview-20100810.ebuild:
+ x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
26 Sep 2010; Markus Meier <maekke@gentoo.org> spyview-20100810.ebuild:
x86 stable, bug #338250
diff --git a/sci-visualization/spyview/spyview-20100329-r1.ebuild b/sci-visualization/spyview/spyview-20100329-r1.ebuild
index 9c8c3f019f69..e870517aa494 100644
--- a/sci-visualization/spyview/spyview-20100329-r1.ebuild
+++ b/sci-visualization/spyview/spyview-20100329-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header $
@@ -17,7 +17,7 @@ IUSE=""
COMMON_DEPEND=">=dev-libs/boost-1.39
media-libs/netpbm
- >=x11-libs/fltk-1.1.9:1.1
+ x11-libs/fltk:1
app-text/ghostscript-gpl"
DEPEND="${COMMON_DEPEND}
@@ -35,7 +35,7 @@ src_prepare() {
# append-ldflags $(fltk-config --ldflags)
# this one leads to an insane amount of warnings
- append-ldflags -L/usr/$(get_libdir)/fltk-1.1
+ append-ldflags -L$(dirname $(fltk-config --libs))
}
src_configure() {
diff --git a/sci-visualization/spyview/spyview-20100810.ebuild b/sci-visualization/spyview/spyview-20100810.ebuild
index f115bf143b66..ce766956036a 100644
--- a/sci-visualization/spyview/spyview-20100810.ebuild
+++ b/sci-visualization/spyview/spyview-20100810.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header $
@@ -17,7 +17,7 @@ IUSE=""
COMMON_DEPEND=">=dev-libs/boost-1.39
media-libs/netpbm
- >=x11-libs/fltk-1.1.9:1.1
+ x11-libs/fltk:1
app-text/ghostscript-gpl"
DEPEND="${COMMON_DEPEND}
@@ -35,7 +35,7 @@ src_prepare() {
# append-ldflags $(fltk-config --ldflags)
# this one leads to an insane amount of warnings
- append-ldflags -L/usr/$(get_libdir)/fltk-1.1
+ append-ldflags -L$(dirname $(fltk-config --libs))
}
src_configure() {