diff options
author | Slawomir Lis <slis@gentoo.org> | 2016-09-19 21:21:57 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2016-09-19 21:21:57 +0200 |
commit | f8f4b1fbacc9a4887dbd7fee00052ce0ed8a0517 (patch) | |
tree | f2a971d66858a47768d7a9b987edd4a98abcba1d /sci-misc | |
parent | sci-libs/hdf5: version bump (diff) | |
download | gentoo-f8f4b1fbacc9a4887dbd7fee00052ce0ed8a0517.tar.gz gentoo-f8f4b1fbacc9a4887dbd7fee00052ce0ed8a0517.tar.bz2 gentoo-f8f4b1fbacc9a4887dbd7fee00052ce0ed8a0517.zip |
sci-misc/repsnapper: updated deps to use correct libxmlpp slot
As reported in bug 594324 repsnapper is not compatible with latest libxmlpp-3.0
There is a need to use explicit slot to solve this problem
Reported-By: Toralf Förster <toralf.foerster@gmx.de>
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild | 4 | ||||
-rw-r--r-- | sci-misc/repsnapper/repsnapper-9999.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild b/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild index 49fc14dcaa78..a976a170f185 100644 --- a/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild +++ b/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,7 @@ IUSE="" DEPEND=" >=dev-cpp/gtkglextmm-1.2 dev-cpp/gtkmm:2.4 - dev-cpp/libxmlpp + dev-cpp/libxmlpp:2.6 dev-libs/libzip virtual/opengl " diff --git a/sci-misc/repsnapper/repsnapper-9999.ebuild b/sci-misc/repsnapper/repsnapper-9999.ebuild index ed562e09edac..c56bddddca07 100644 --- a/sci-misc/repsnapper/repsnapper-9999.ebuild +++ b/sci-misc/repsnapper/repsnapper-9999.ebuild @@ -18,7 +18,7 @@ IUSE="" DEPEND=" >=dev-cpp/gtkglextmm-1.2 dev-cpp/gtkmm:2.4 - dev-cpp/libxmlpp + dev-cpp/libxmlpp:2.6 dev-libs/libzip virtual/opengl " |