diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-14 15:01:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-14 16:52:25 +0200 |
commit | 05cec3be5725f70c9c555a40386f1820d976a139 (patch) | |
tree | 7c1c677d7fa573ab1718386b8a5a409df01f3ae5 | |
parent | media-gfx/graphviz: Better describe USE gts (diff) | |
download | gentoo-05cec3be5725f70c9c555a40386f1820d976a139.tar.gz gentoo-05cec3be5725f70c9c555a40386f1820d976a139.tar.bz2 gentoo-05cec3be5725f70c9c555a40386f1820d976a139.zip |
media-gfx/graphviz: Add missing media-libs/libpng slot op, einstalldocs
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | media-gfx/graphviz/graphviz-2.42.1.ebuild | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/media-gfx/graphviz/graphviz-2.42.1.ebuild b/media-gfx/graphviz/graphviz-2.42.1.ebuild index b901f7c2f906..6a0e38d17e8a 100644 --- a/media-gfx/graphviz/graphviz-2.42.1.ebuild +++ b/media-gfx/graphviz/graphviz-2.42.1.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit autotools flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils DESCRIPTION="Open Source Graph Visualization Software" @@ -29,7 +29,7 @@ COMMON_DEPEND=" >=media-libs/fontconfig-2.3.95 >=media-libs/freetype-2.1.10 >=media-libs/gd-2.0.34:=[fontconfig,jpeg,png,truetype,zlib] - >=media-libs/libpng-1.2:0 + >=media-libs/libpng-1.2:0= sys-libs/zlib virtual/jpeg:0 virtual/libiconv @@ -60,7 +60,8 @@ COMMON_DEPEND=" x11-libs/libXmu x11-libs/libXpm x11-libs/libXt - )" + ) +" DEPEND="${COMMON_DEPEND} sys-devel/flex sys-devel/libtool @@ -71,9 +72,11 @@ DEPEND="${COMMON_DEPEND} perl? ( dev-lang/swig ) python? ( dev-lang/swig ) ruby? ( dev-lang/swig ) - tcl? ( dev-lang/swig )" -RDEPEND="${COMMON_DEPEND} - !<=sci-chemistry/cluster-1.3.081231" + tcl? ( dev-lang/swig ) +" +RDEPEND="${DEPEND} + !<=sci-chemistry/cluster-1.3.081231 +" # Dependency description / Maintainer-Info: @@ -194,6 +197,7 @@ src_configure() { myconf+=( $(use_with cairo pangocairo) $(use_with devil) + $(use_enable gdk-pixbuf) $(use_with gtk) $(use_with gts) $(use_with qt5 qt) @@ -210,7 +214,6 @@ src_configure() { --with-ipsepcola --with-libgd --with-sfdp - $(use_enable gdk-pixbuf) --without-ming ) @@ -241,7 +244,7 @@ src_configure() { $(use_enable tcl) ) - econf ${myconf[@]} + econf "${myconf[@]}" } src_install() { @@ -263,7 +266,7 @@ src_install() { find "${ED}" -name '*.la' -delete || die fi - dodoc AUTHORS ChangeLog NEWS README + einstalldocs use python && python_optimize \ "${D}$(python_get_sitedir)" \ |