commit: 0680e6f742bc2bc4e7989a4068ba7ecd5ed17bda Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 21 21:58:32 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 21 22:01:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0680e6f7
virtual/gsasl: add 3 Signed-off-by: Sam James <sam <AT> gentoo.org> virtual/gsasl/gsasl-3.ebuild | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/virtual/gsasl/gsasl-3.ebuild b/virtual/gsasl/gsasl-3.ebuild new file mode 100644 index 000000000000..8157b73b1d6d --- /dev/null +++ b/virtual/gsasl/gsasl-3.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for the GNU SASL library" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND=">=net-misc/gsasl-2.0.0"
