Skip to content

Commit

Permalink
dev-ada/libgpr: add require use
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/790260
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed May 14, 2021
1 parent 82e55d8 commit 2441c39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dev-ada/libgpr/libgpr-2020-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RDEPEND="dev-ada/xmlada[shared?,static-libs?,static-pic?,${ADA_USEDEP}]
!net-libs/grpc"
DEPEND="${RDEPEND}
dev-ada/gprbuild[${ADA_USEDEP}]"
REQUIRED_USE="${ADA_REQUIRED_USE}"
REQUIRED_USE="${ADA_REQUIRED_USE}
|| ( shared static-libs static-pic )"

S="${WORKDIR}"/${MYP}

Expand Down
5 changes: 3 additions & 2 deletions dev-ada/libgpr/libgpr-2020.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -21,7 +21,8 @@ RDEPEND="dev-ada/xmlada[shared?,static-libs?,static-pic?,${ADA_USEDEP}]
!net-libs/grpc"
DEPEND="${RDEPEND}
dev-ada/gprbuild[${ADA_USEDEP}]"
REQUIRED_USE="${ADA_REQUIRED_USE}"
REQUIRED_USE="${ADA_REQUIRED_USE}
|| ( shared static-libs static-pic )"

S="${WORKDIR}"/${MYP}

Expand Down

0 comments on commit 2441c39

Please sign in to comment.