commit: 18d09cba980ec7ce04770652392a475881498baf Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Oct 20 13:36:01 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Oct 20 14:19:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d09cba
sci-libs/shapelib: Add missing slot operator on sci-libs/proj Reported-by: Daniel M. Weeks <dan <AT> danweeks.net> Closes: https://bugs.gentoo.org/685376 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-libs/shapelib/shapelib-1.4.0-r1.ebuild | 2 +- 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 605f11ae57a..becf6ab986b 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 b850d84830e..2cdd74bbd19 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() {