Files
guru/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-3.2.0-r100.ebuild
Thibaud CANALE 9271b8a26e app-crypt/certbot-dns-rfc2136: keyword 3.2.0-r100 for ~ppc64
Issue with ~arm:
> app-crypt/certbot-dns-rfc2136
>   NonsolvableDepsInStable: version 3.2.0-r100: nonsolvable depset(rdepend) keyword(~arm) stable profile (default/linux/arm/23.0/armv7a_sf) (6 total): solutions: [ >=app-crypt/certbot-3.2.0-r100[certbot-dns-rfc2136] ]

Bug: https://bugs.gentoo.org/953957
Signed-off-by: Thibaud CANALE <thican@thican.net>
2025-04-17 16:35:35 +02:00

31 lines
830 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="RFC 2136 DNS Authenticator plugin for Certbot (Lets Encrypt Client)"
HOMEPAGE="
https://github.com/certbot/certbot
https://pypi.org/project/certbot-dns-rfc2136/
https://certbot-dns-rfc2136.readthedocs.io/en/stable/
https://letsencrypt.org/
"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
# Meta package for transition
# No need to upgrade thanks to ">="
RDEPEND="
>=app-crypt/certbot-${PV}-r100[certbot-dns-rfc2136]
"
pkg_postinst() {
elog "This is a meta-package to help in transition to single package "
elog "app-crypt/certbot."
elog "It is advice to simply deselect this package and to emerge "
elog "app-crypt/certbot[certbot-dns-rfc2136] for this module."
}