From 0bf0cb3b4983b42c17b0d4238074ffe70f26423d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Thu, 18 Feb 2021 07:03:10 +0100 Subject: [PATCH] [net-nds/389-ds-base] fix build --- net-nds/389-ds-base/389-ds-base-1.4.4.13.ebuild | 1 + ...4.12-libxcrypt.patch => 389-ds-base-1.4.4.13-libxcrypt.patch} | 0 2 files changed, 1 insertion(+) rename net-nds/389-ds-base/files/{389-ds-base-1.4.4.12-libxcrypt.patch => 389-ds-base-1.4.4.13-libxcrypt.patch} (100%) diff --git a/net-nds/389-ds-base/389-ds-base-1.4.4.13.ebuild b/net-nds/389-ds-base/389-ds-base-1.4.4.13.ebuild index 4a27c84..87a454b 100644 --- a/net-nds/389-ds-base/389-ds-base-1.4.4.13.ebuild +++ b/net-nds/389-ds-base/389-ds-base-1.4.4.13.ebuild @@ -178,6 +178,7 @@ RDEPEND="${DEPEND} PATCHES=( "${FILESDIR}/${PN}-db-gentoo.patch" + "${FILESDIR}/${P}-libxcrypt.patch" ) distutils_enable_tests pytest diff --git a/net-nds/389-ds-base/files/389-ds-base-1.4.4.12-libxcrypt.patch b/net-nds/389-ds-base/files/389-ds-base-1.4.4.13-libxcrypt.patch similarity index 100% rename from net-nds/389-ds-base/files/389-ds-base-1.4.4.12-libxcrypt.patch rename to net-nds/389-ds-base/files/389-ds-base-1.4.4.13-libxcrypt.patch