summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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}"