commit: 55d35c4363597325a59846bbc5f8c13ef9288209 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Sep 19 17:56:41 2023 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Tue Sep 19 20:48:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d35c43
gnustep-libs/gsldap: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> gnustep-libs/gsldap/gsldap-0.0.1_pre20070219-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnustep-libs/gsldap/gsldap-0.0.1_pre20070219-r1.ebuild b/gnustep-libs/gsldap/gsldap-0.0.1_pre20070219-r1.ebuild index e1681064819d..c7ddf6528569 100644 --- a/gnustep-libs/gsldap/gsldap-0.0.1_pre20070219-r1.ebuild +++ b/gnustep-libs/gsldap/gsldap-0.0.1_pre20070219-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit gnustep-2 @@ -9,10 +9,9 @@ DESCRIPTION="GNUstep LDAP library for openldap C libraries" HOMEPAGE="https://gnustep.github.io/" SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND="net-nds/openldap:=" RDEPEND="${DEPEND}"
