diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 15:52:54 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-13 15:52:54 +0200 |
commit | 17f21b084088f21bf75511dcf6cb24fd0b16aff0 (patch) | |
tree | dcf773236215d3209ebd87265942a1bc4a540c6f /virtual/gsasl | |
parent | virtual/httpd-basic: update EAPI 5 -> 7 (diff) | |
download | gentoo-17f21b084088f21bf75511dcf6cb24fd0b16aff0.tar.gz gentoo-17f21b084088f21bf75511dcf6cb24fd0b16aff0.tar.bz2 gentoo-17f21b084088f21bf75511dcf6cb24fd0b16aff0.zip |
virtual/gsasl: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual/gsasl')
-rw-r--r-- | virtual/gsasl/gsasl-2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/virtual/gsasl/gsasl-2.ebuild b/virtual/gsasl/gsasl-2.ebuild index f63434d90ebe..768f5a318046 100644 --- a/virtual/gsasl/gsasl-2.ebuild +++ b/virtual/gsasl/gsasl-2.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Virtual for the GNU SASL library" + SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |