commit: f44f0193a792635ea779651f2d2c50a9b0ccc7ae
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 14:23:36 2016 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 14:24:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44f0193
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
sci-mathematics/rw/{rw-0.7-r1.ebuild => rw-0.7-r2.ebuild} | 7 +++++--
1 file 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
similarity index 84%
rename from sci-mathematics/rw/rw-0.7-r1.ebuild
rename to sci-mathematics/rw/rw-0.7-r2.ebuild
index ba4627f..e0712fd 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}"