Skip to content

Commit

Permalink
sys-libs/libstdc++-v3: add missing zlib dependency
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
thesamesam authored and SoapGentoo committed May 29, 2021
1 parent 723ea52 commit 072701a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ SLOT="5"
KEYWORDS="~amd64 ~x86"
IUSE="multilib nls"

DEPEND="sys-devel/bison"
RDEPEND=""
RDEPEND="sys-libs/zlib"
DEPEND="
${RDEPEND}
sys-devel/bison"

transform_known_flags() {
declare setting
Expand Down

0 comments on commit 072701a

Please sign in to comment.