diff options
author | Keri Harris <keri@gentoo.org> | 2022-05-22 18:24:18 +0200 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2022-05-22 18:24:42 +0200 |
commit | 3b78f24ad9a265196432c7f7aefe11b4a2bb58b4 (patch) | |
tree | 88bce9d098029e385d9e98f27ee0fbe434e9e370 /dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild | |
parent | app-portage/elogv: drop 0.7.8-r3 (diff) | |
download | gentoo-3b78f24ad9a265196432c7f7aefe11b4a2bb58b4.tar.gz gentoo-3b78f24ad9a265196432c7f7aefe11b4a2bb58b4.tar.bz2 gentoo-3b78f24ad9a265196432c7f7aefe11b4a2bb58b4.zip |
dev-lang/mercury-extras: fix compile of netdb with musl
Closes: https://bugs.gentoo.org/832706
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Keri Harris <keri@gentoo.org>
Diffstat (limited to 'dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild')
-rw-r--r-- | dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild b/dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild index c90f5ea06af4..6ab5fe3c9458 100644 --- a/dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild +++ b/dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit eutils multilib vcs-clean -PATCHSET_VER="0" +PATCHSET_VER="1" MY_P=mercury-srcdist-${PV} DESCRIPTION="Additional libraries and tools that are not part of the Mercury standard library" |