Skip to content

Commit

Permalink
net-misc/ntpsec: move blockers to RDEPEND
Browse files Browse the repository at this point in the history
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
  • Loading branch information
floppym committed Feb 27, 2018
1 parent 05dfe50 commit b6a6e98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions net-misc/ntpsec/ntpsec-1.0.0-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ CDEPEND="${PYTHON_DEPS}
"
RDEPEND="${CDEPEND}
ntpviz? ( sci-visualization/gnuplot media-fonts/liberation-fonts )
!net-misc/ntp
!net-misc/openntpd
"
DEPEND="${CDEPEND}
app-text/asciidoc
app-text/docbook-xsl-stylesheets
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"
Expand Down
4 changes: 2 additions & 2 deletions net-misc/ntpsec/ntpsec-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ CDEPEND="${PYTHON_DEPS}
"
RDEPEND="${CDEPEND}
ntpviz? ( sci-visualization/gnuplot media-fonts/liberation-fonts )
!net-misc/ntp
!net-misc/openntpd
"
DEPEND="${CDEPEND}
app-text/asciidoc
app-text/docbook-xsl-stylesheets
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"
Expand Down

0 comments on commit b6a6e98

Please sign in to comment.