app-arch/hardlink: Block >=sys-apps/util-linux-2.34[hardlink]
authorLars Wendler <polynomial-c@gentoo.org>
Sun, 16 Jun 2019 23:26:47 +0000 (01:26 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Sun, 16 Jun 2019 23:26:47 +0000 (01:26 +0200)
which installs a binary with the same name and similar funcionality.
See also: https://github.com/karelzak/util-linux/issues/808

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
app-arch/hardlink/hardlink-0.2.0.ebuild
app-arch/hardlink/hardlink-0.3.2.ebuild

index 169f891ede6c8cee28d4a5648ba2e2704ccb4f48..d2c3f14fffd60c89582f11d0fa625baaf99800e9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -13,7 +13,8 @@ SLOT="0"
 KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE=""
 
-RDEPEND="dev-libs/libpcre"
+RDEPEND="dev-libs/libpcre
+       !>=sys-apps/util-linux-2.34[hardlink]"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
index 7eca7686d2a25d5927b343a8e2892b9c6b064ad0..764461f0ad25928460480067bc458b75ab41c59e 100644 (file)
@@ -13,7 +13,10 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 
-RDEPEND="dev-libs/libpcre"
+RDEPEND="
+       dev-libs/libpcre
+       !>=sys-apps/util-linux-2.34[hardlink]
+"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"