diff options
author | Sam James <sam@gentoo.org> | 2023-06-22 08:18:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-22 08:18:04 +0100 |
commit | 78c386bd45831746bd753218a404013e8c052b31 (patch) | |
tree | c90a479208bd6f4582f369db961f546de9b4226e /dev-perl/Conf-Libconfig | |
parent | dev-libs/openssl: Stabilize 3.0.9-r1 arm, #899596 (diff) | |
download | gentoo-78c386bd45831746bd753218a404013e8c052b31.tar.gz gentoo-78c386bd45831746bd753218a404013e8c052b31.tar.bz2 gentoo-78c386bd45831746bd753218a404013e8c052b31.zip |
dev-perl/Conf-Libconfig: add note to test dev-util/conf2struct
Bug: https://bugs.gentoo.org/908989
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Conf-Libconfig')
-rw-r--r-- | dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild index d9a13c3586fb..fccca5aa303e 100644 --- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild +++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild @@ -1,8 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +# Please test that dev-util/conf2struct builds with any bumps! See bug #908989. +# Conf-Libconfig is only in tree for it. + DIST_AUTHOR=CNANGEL DIST_VERSION="0.100" diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild index 036de09c8389..bc53fbdb5d51 100644 --- a/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild +++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild @@ -3,6 +3,9 @@ EAPI=8 +# Please test that dev-util/conf2struct builds with any bumps! See bug #908989. +# Conf-Libconfig is only in tree for it. + DIST_AUTHOR=CNANGEL inherit perl-module |