summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-10-16 10:23:36 -0400
committerMichael Orlitzky <mjo@gentoo.org>2016-10-16 10:24:03 -0400
commitf44f0193a792635ea779651f2d2c50a9b0ccc7ae (patch)
treefa0925d2fd3a03ad2c846858a6efcbe1cc001989 /sci-mathematics
parentnet-print/hplip: Fix indenting in hpps filter. (diff)
downloadgentoo-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-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}"