diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-20 15:36:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-20 16:19:37 +0200 |
commit | 18d09cba980ec7ce04770652392a475881498baf (patch) | |
tree | 695f95bb113c67c4239cf8ee39c8bbb658895d7d /sci-libs/shapelib | |
parent | dev-db/spatialite: Workaround build with >=sci-libs/proj-6 (diff) | |
download | gentoo-18d09cba980ec7ce04770652392a475881498baf.tar.gz gentoo-18d09cba980ec7ce04770652392a475881498baf.tar.bz2 gentoo-18d09cba980ec7ce04770652392a475881498baf.zip |
sci-libs/shapelib: Add missing slot operator on sci-libs/proj
Reported-by: Daniel M. Weeks <dan@danweeks.net>
Closes: https://bugs.gentoo.org/685376
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/shapelib')
-rw-r--r-- | sci-libs/shapelib/shapelib-1.4.0-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/shapelib/shapelib-1.4.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/shapelib/shapelib-1.4.0-r1.ebuild b/sci-libs/shapelib/shapelib-1.4.0-r1.ebuild index 605f11ae57a3..becf6ab986ba 100644 --- a/sci-libs/shapelib/shapelib-1.4.0-r1.ebuild +++ b/sci-libs/shapelib/shapelib-1.4.0-r1.ebuild @@ -14,7 +14,7 @@ SLOT="0/2" KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs" -RDEPEND="sci-libs/proj" +RDEPEND="sci-libs/proj:=" DEPEND="${RDEPEND}" src_prepare() { diff --git a/sci-libs/shapelib/shapelib-1.4.1.ebuild b/sci-libs/shapelib/shapelib-1.4.1.ebuild index b850d84830e8..2cdd74bbd191 100644 --- a/sci-libs/shapelib/shapelib-1.4.1.ebuild +++ b/sci-libs/shapelib/shapelib-1.4.1.ebuild @@ -14,7 +14,7 @@ SLOT="0/2" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs" -RDEPEND="sci-libs/proj" +RDEPEND="sci-libs/proj:=" DEPEND="${RDEPEND}" src_prepare() { |