Skip to content

Commit

Permalink
dev-libs/libuv: DEPEND => BDEPEND
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Closes: https://bugs.gentoo.org/show_bug.cgi?id=720952
Signed-off-by: Jeroen Roovers <[email protected]>
  • Loading branch information
Jeroen Roovers committed May 18, 2020
1 parent 8c6a62f commit 87c8bb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~
IUSE="static-libs"
RESTRICT="test"

DEPEND="sys-devel/libtool
virtual/pkgconfig[${MULTILIB_USEDEP}]"
BDEPEND="
sys-devel/libtool
virtual/pkgconfig[${MULTILIB_USEDEP}]
"

src_prepare() {
default
Expand Down
6 changes: 4 additions & 2 deletions dev-libs/libuv/libuv-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ KEYWORDS=""
IUSE="static-libs"
RESTRICT="test"

DEPEND="sys-devel/libtool
virtual/pkgconfig[${MULTILIB_USEDEP}]"
BDEPEND="
sys-devel/libtool
virtual/pkgconfig[${MULTILIB_USEDEP}]
"

src_prepare() {
default
Expand Down

0 comments on commit 87c8bb6

Please sign in to comment.