net-misc/ntpsec: move blockers to RDEPEND
authorMike Gilbert <floppym@gentoo.org>
Tue, 27 Feb 2018 18:07:32 +0000 (13:07 -0500)
committerMike Gilbert <floppym@gentoo.org>
Tue, 27 Feb 2018 18:07:32 +0000 (13:07 -0500)
Building ntpsec with ntp installed works fine. Installing them
concurrently produces file colisions, so the blockers belong in RDEPEND,
not DEPEND.

Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99

net-misc/ntpsec/ntpsec-1.0.0-r4.ebuild
net-misc/ntpsec/ntpsec-9999.ebuild

index 3d627137b6394f5540ff7ca59319caa0b2ff930a..e1d9e24eb0ddc83fd8511b1e256a22c5a886ff9c 100644 (file)
@@ -46,6 +46,8 @@ CDEPEND="${PYTHON_DEPS}
 "
 RDEPEND="${CDEPEND}
        ntpviz? ( sci-visualization/gnuplot media-fonts/liberation-fonts )
+       !net-misc/ntp
+       !net-misc/openntpd
 "
 DEPEND="${CDEPEND}
        app-text/asciidoc
@@ -53,8 +55,6 @@ DEPEND="${CDEPEND}
        sys-devel/bison
        rclock_oncore? ( net-misc/pps-tools )
        rclock_pps? ( net-misc/pps-tools )
-       !net-misc/ntp
-       !net-misc/openntpd
 "
 
 WAF_BINARY="${S}/waf"
index 6b202f9360566a9b947eaa8656760a78043dd1fe..a4689a76e05ba22b5cb8df4fc09238ff31d38e2e 100644 (file)
@@ -46,6 +46,8 @@ CDEPEND="${PYTHON_DEPS}
 "
 RDEPEND="${CDEPEND}
        ntpviz? ( sci-visualization/gnuplot media-fonts/liberation-fonts )
+       !net-misc/ntp
+       !net-misc/openntpd
 "
 DEPEND="${CDEPEND}
        app-text/asciidoc
@@ -53,8 +55,6 @@ DEPEND="${CDEPEND}
        sys-devel/bison
        rclock_oncore? ( net-misc/pps-tools )
        rclock_pps? ( net-misc/pps-tools )
-       !net-misc/ntp
-       !net-misc/openntpd
 "
 
 WAF_BINARY="${S}/waf"