diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-19 23:10:27 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-19 23:10:42 +0100 |
commit | 5bf55b0e0ac1ae44a24ad50eb048650242c0a57a (patch) | |
tree | c16dc11e47c7d90a3c2ef79cd205e5af40ce9ba7 /app-arch/xz-utils | |
parent | dev-libs/libedit: Remove old (diff) | |
download | gentoo-5bf55b0e0ac1ae44a24ad50eb048650242c0a57a.tar.gz gentoo-5bf55b0e0ac1ae44a24ad50eb048650242c0a57a.tar.bz2 gentoo-5bf55b0e0ac1ae44a24ad50eb048650242c0a57a.zip |
app-arch/xz-utils: avoid collision with app-i18n/man-pages-de
Closes: https://bugs.gentoo.org/713298
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-arch/xz-utils')
-rw-r--r-- | app-arch/xz-utils/xz-utils-5.2.5.ebuild | 3 | ||||
-rw-r--r-- | app-arch/xz-utils/xz-utils-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-arch/xz-utils/xz-utils-5.2.5.ebuild b/app-arch/xz-utils/xz-utils-5.2.5.ebuild index 2aded48ce672..f518b2b582b3 100644 --- a/app-arch/xz-utils/xz-utils-5.2.5.ebuild +++ b/app-arch/xz-utils/xz-utils-5.2.5.ebuild @@ -30,7 +30,8 @@ SLOT="0" IUSE="elibc_FreeBSD +extra-filters nls static-libs +threads" RDEPEND="!<app-arch/lzma-4.63 - !<app-arch/p7zip-4.57" + !<app-arch/p7zip-4.57 + !<app-i18n/man-pages-de-2.16" DEPEND="${RDEPEND}" # Tests currently do not account for smaller feature set diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild index 2aded48ce672..f518b2b582b3 100644 --- a/app-arch/xz-utils/xz-utils-9999.ebuild +++ b/app-arch/xz-utils/xz-utils-9999.ebuild @@ -30,7 +30,8 @@ SLOT="0" IUSE="elibc_FreeBSD +extra-filters nls static-libs +threads" RDEPEND="!<app-arch/lzma-4.63 - !<app-arch/p7zip-4.57" + !<app-arch/p7zip-4.57 + !<app-i18n/man-pages-de-2.16" DEPEND="${RDEPEND}" # Tests currently do not account for smaller feature set |