Diff libxcrypt-4.4.38 with a libxcrypt-4.4.38-r1
| /usr/portage/sys-libs/libxcrypt/libxcrypt-4.4.38-r1.ebuild 2026-04-10 12:17:39.990731907 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2004-2025 Gentoo Authors |
|
| 1 |
# Copyright 2004-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 20 | 20 | |
| 21 | 21 |
LICENSE="LGPL-2.1+ public-domain BSD BSD-2" |
| 22 | 22 |
SLOT="0/1" |
| 23 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" |
|
| 23 |
KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
| 24 | 24 |
IUSE="+compat static-libs +system test headers-only" |
| 25 | 25 |
RESTRICT="!test? ( test )" |
| 26 | 26 | |
| ... | ... | |
| 36 | 36 |
) |
| 37 | 37 |
) |
| 38 | 38 |
" |
| 39 |
RDEPEND="${DEPEND}"
|
|
| 39 |
RDEPEND="${DEPEND}
|
|
| 40 |
!<sys-apps/man-pages-6.16-r1 |
|
| 41 |
" |
|
| 40 | 42 |
BDEPEND=" |
| 41 | 43 |
dev-lang/perl |
| 42 | 44 |
test? ( $(python_gen_any_dep 'dev-python/passlib[${PYTHON_USEDEP}]') )
|
| ... | ... | |
| 227 | 229 |
emake DESTDIR="${DESTDIR}" install-nodist_includeHEADERS
|
| 228 | 230 |
else |
| 229 | 231 |
emake DESTDIR="${DESTDIR}" install
|
| 230 |
# Conflicts with sys-apps/man-pages |
|
| 231 |
rm "${DESTDIR}${MYPREFIX}"/usr/share/man/man3/crypt{,_r}.3 || die
|
|
| 232 | 232 |
fi |
| 233 | 233 |
} |
| 234 | 234 | |