diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-10-16 10:23:36 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-10-16 10:24:03 -0400 |
commit | f44f0193a792635ea779651f2d2c50a9b0ccc7ae (patch) | |
tree | fa0925d2fd3a03ad2c846858a6efcbe1cc001989 /sci-mathematics/rw | |
parent | net-print/hplip: Fix indenting in hpps filter. (diff) | |
download | gentoo-f44f0193a792635ea779651f2d2c50a9b0ccc7ae.tar.gz gentoo-f44f0193a792635ea779651f2d2c50a9b0ccc7ae.tar.bz2 gentoo-f44f0193a792635ea779651f2d2c50a9b0ccc7ae.zip |
sci-mathematics/rw: new revision with a blocker on media-gfx/xpaint.
We have a file collision (librw.so) with xpaint. Barring a better
solution, we should at least block it in RDEPEND so that users don't
see the collision. This new revision adds "!media-gfx/xpaint" to
RDEPEND.
Gentoo-Bug: 560210
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-mathematics/rw')
-rw-r--r-- | sci-mathematics/rw/rw-0.7-r2.ebuild (renamed from sci-mathematics/rw/rw-0.7-r1.ebuild) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-mathematics/rw/rw-0.7-r1.ebuild b/sci-mathematics/rw/rw-0.7-r2.ebuild index ba4627f1b9dd..e0712fd8a29f 100644 --- a/sci-mathematics/rw/rw-0.7-r1.ebuild +++ b/sci-mathematics/rw/rw-0.7-r2.ebuild @@ -7,7 +7,7 @@ EAPI=6 DESCRIPTION="Compute rank-width decompositions of graphs" AUTHORPAGE="http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/" HOMEPAGE="${AUTHORPAGE}software/${PN}.shtml" -SRC_URI="${AUTHORPAGE}/software/${P}.tar.gz" +SRC_URI="${AUTHORPAGE}software/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" @@ -15,7 +15,10 @@ KEYWORDS="~amd64 ~amd64-linux ~x86 ~x86-linux ~ppc-macos ~x86-macos ~x64-macos" IUSE="+executable" DEPEND="executable? ( >=dev-libs/igraph-0.6 )" -RDEPEND="${DEPEND}" + +# We have a file collision (librw.so) with xpaint, bug 560210. +RDEPEND="${DEPEND} + !media-gfx/xpaint" DOCDIR="/usr/share/doc/${PF}" |