diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-07 11:55:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-07 14:42:41 +0100 |
commit | d64e93b3d867ab13ab46d88dd27dbfa14e799eb2 (patch) | |
tree | 83e35f2761f1e1fa9305e9fc869fb58f7c27321d | |
parent | media-gfx/graphviz: Add missing || die (diff) | |
download | gentoo-d64e93b3d867ab13ab46d88dd27dbfa14e799eb2.tar.gz gentoo-d64e93b3d867ab13ab46d88dd27dbfa14e799eb2.tar.bz2 gentoo-d64e93b3d867ab13ab46d88dd27dbfa14e799eb2.zip |
media-gfx/graphviz: Drop unused {eutils,multilib}.eclass
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r-- | media-gfx/graphviz/graphviz-2.40.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild b/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild index f7a96bed93df..6cebfeb45ae9 100644 --- a/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild +++ b/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit autotools eutils flag-o-matic java-pkg-opt-2 multilib python-single-r1 qmake-utils +inherit autotools flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils DESCRIPTION="Open Source Graph Visualization Software" HOMEPAGE="http://www.graphviz.org/ https://gitlab.com/graphviz/graphviz/" |