diff options
author | Markus Meier <maekke@gentoo.org> | 2007-12-20 10:15:27 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2007-12-20 10:15:27 +0000 |
commit | 999364206fc3806024f87fc32e2f20a25cd0089d (patch) | |
tree | 322e1c2145b60018d0e5e00b8215a742c231b8df /media-gfx/graphviz | |
parent | Unmask squid-3.0.1 (#197147). (diff) | |
download | gentoo-2-999364206fc3806024f87fc32e2f20a25cd0089d.tar.gz gentoo-2-999364206fc3806024f87fc32e2f20a25cd0089d.tar.bz2 gentoo-2-999364206fc3806024f87fc32e2f20a25cd0089d.zip |
check that cairo is built with USE=svg, bug #202781
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'media-gfx/graphviz')
-rw-r--r-- | media-gfx/graphviz/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.16.1-r1.ebuild | 8 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.16.1.ebuild | 7 |
3 files changed, 18 insertions, 3 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index 0cad070e82b3..f1191963edf2 100644 --- a/media-gfx/graphviz/ChangeLog +++ b/media-gfx/graphviz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/graphviz # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.130 2007/12/19 01:38:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.131 2007/12/20 10:15:27 maekke Exp $ + + 20 Dec 2007; Markus Meier <maekke@gentoo.org> graphviz-2.16.1.ebuild, + graphviz-2.16.1-r1.ebuild: + check that cairo is built with USE=svg, bug #202781 *graphviz-2.16.1-r1 (19 Dec 2007) diff --git a/media-gfx/graphviz/graphviz-2.16.1-r1.ebuild b/media-gfx/graphviz/graphviz-2.16.1-r1.ebuild index e177914fd5f0..9205825959ed 100644 --- a/media-gfx/graphviz/graphviz-2.16.1-r1.ebuild +++ b/media-gfx/graphviz/graphviz-2.16.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.16.1-r1.ebuild,v 1.2 2007/12/19 02:12:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.16.1-r1.ebuild,v 1.3 2007/12/20 10:15:27 maekke Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -106,6 +106,12 @@ pkg_setup() { eerror "media-libs/gd has to be built with jpeg support" die "remerge media-libs/gd with USE=\"jpeg\"" fi + # bug 202781 + if ! built_with_use x11-libs/cairo svg ; then + eerror "x11-libs/cairo has to be built with svg support" + die "emerge x11-libs/cairo with USE=\"svg\"" + fi + } src_unpack() { diff --git a/media-gfx/graphviz/graphviz-2.16.1.ebuild b/media-gfx/graphviz/graphviz-2.16.1.ebuild index ad5dd2780c26..7cc25f7599be 100644 --- a/media-gfx/graphviz/graphviz-2.16.1.ebuild +++ b/media-gfx/graphviz/graphviz-2.16.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.16.1.ebuild,v 1.1 2007/12/16 22:30:19 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.16.1.ebuild,v 1.2 2007/12/20 10:15:27 maekke Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -92,6 +92,11 @@ pkg_setup() { eerror "media-libs/gd has to be built with jpeg support" die "remerge media-libs/gd with USE=\"jpeg\"" fi + # bug 202781 + if ! built_with_use x11-libs/cairo svg ; then + eerror "x11-libs/cairo has to be built with svg support" + die "emerge x11-libs/cairo with USE=\"svg\"" + fi } src_unpack() { |