diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-08 11:28:34 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-08 11:28:34 +0000 |
commit | 24fd814c326e282c4321965c31f341dad77e270d (patch) | |
tree | 033d63b33c21a3209964ab56005bb9bdd523630d /virtual/gsasl | |
parent | 129160ec854dca4c3fedb5bcfbcb56930371da0f (diff) |
gentoo resync : 08.01.2021
Diffstat (limited to 'virtual/gsasl')
-rw-r--r-- | virtual/gsasl/Manifest | 2 | ||||
-rw-r--r-- | virtual/gsasl/gsasl-2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/virtual/gsasl/Manifest b/virtual/gsasl/Manifest index 39b2564718a3..b62f093d5318 100644 --- a/virtual/gsasl/Manifest +++ b/virtual/gsasl/Manifest @@ -1,2 +1,2 @@ -EBUILD gsasl-2.ebuild 348 BLAKE2B 5ba6cd7f040162ef5cb0a48d65515e7a967ea87725b4e474533f79bac723deb532955e51ff4cf746f6c470b5b6fdca192591c41261a7722052077dd5b575069e SHA512 3fee00a7564438b0633689b109648da075479502b4bec1eaa4e7e3e075d6ee33ddd8c69bed29cecafda48e41939172d316bdb8d86aa467f135af20de1441249d +EBUILD gsasl-2.ebuild 337 BLAKE2B f67df847fab7af326f15ee153e791f38e257886f63930dbdbc1061c3f097c21f43bed733e075336f883304f85b2e8162ff6934671986907a5e992d77311fa2b6 SHA512 0471cfb0da80891f4a42286613172bbc94660133e9f15ee7916e059804bb307a4228dfbb3150b61024e2eef0f4a45df7493dd637749ee519e13cdaeea7815135 MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33 diff --git a/virtual/gsasl/gsasl-2.ebuild b/virtual/gsasl/gsasl-2.ebuild index 5cf7ce777ec8..de5c82ccb799 100644 --- a/virtual/gsasl/gsasl-2.ebuild +++ b/virtual/gsasl/gsasl-2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 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 ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" RDEPEND="|| ( net-libs/libgsasl net-misc/gsasl )" |