diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-05-18 16:12:56 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-05-18 16:12:56 +0100 |
commit | ae7f349673c9e013e85bbc65e873d3363467a293 (patch) | |
tree | 0ae90623ff8081894ad526c05a94ad9ca84f1ea4 /net-mail/mpop | |
parent | 8ea6e43d2f65acbfda614dbd4635823d7605b6d8 (diff) |
gentoo auto-resync : 18:05:2023 - 16:12:55
Diffstat (limited to 'net-mail/mpop')
-rw-r--r-- | net-mail/mpop/Manifest | 2 | ||||
-rw-r--r-- | net-mail/mpop/mpop-1.4.7.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-mail/mpop/Manifest b/net-mail/mpop/Manifest index 89f312c4b22e..868153449e50 100644 --- a/net-mail/mpop/Manifest +++ b/net-mail/mpop/Manifest @@ -1,3 +1,3 @@ DIST mpop-1.4.7.tar.xz 322488 BLAKE2B ea73e84b5ed3b5aad7ef91ceb510187c3f2d42976329a6a53511329a84713edc056ca6db35b1de2c9bff8b417e2710e598c472e78acbdc499dd73b24c46dfb47 SHA512 ce0ac899fd2af1d50ef221c88282c12263c5862b9ff1f6341a8551c3fe6b69272772599a2040a0f553a776245514c55b8102ca8cf291b411e5127a3f39897832 -EBUILD mpop-1.4.7.ebuild 1069 BLAKE2B 29534405d66afab536f9245c84c827f4b1837fa76aee1376699b5d91e5ac0040ea0ed42909caf6cb8ac63d5a0fdedc5050ea79276af8e50ef21826a89cc92e7f SHA512 86f9a7e8a27ca380a0d51496e1bdefa1cbcb71e2b72a6e547f85e4a13994e31ea1cc4a71fc47f617160b4ffa3c86b3a05854850b0d4b51c5bf388942571bc95a +EBUILD mpop-1.4.7.ebuild 1051 BLAKE2B 14c623d39116e9250f276bd75b82fdb6a4a0c8a521056ae74a9110798a0fc6893903e8e89f298deda65373446b761e5e6e2307243226d37b0e6bd999ea5fb6ef SHA512 0fe5beb5146ff5d6bd6017d2de598af8406130d4746eecd1262d863af9a09085676313df05352405bd1f134222a9da92d2e093e92cb1ddaa6d631d91c946a1dc MISC metadata.xml 242 BLAKE2B ccfd1df5ba047ee31ff30c7522c928785f42d24ae1f33bd764477edd41f0f6543b66f5d442cc8306a100a99daa5d4cae59b92670fbb6b4e3b198a1db18995524 SHA512 b3589c59c2827a4944ad49cabb7547832af96bc529cc9e1e44c79887d2bddeb1ec978f3068b98c0dd8c6a3f3bd5bc332583ecc0ae57f0597b30c726e2cd5fa83 diff --git a/net-mail/mpop/mpop-1.4.7.ebuild b/net-mail/mpop/mpop-1.4.7.ebuild index af96b991a598..7e12850dd83b 100644 --- a/net-mail/mpop/mpop-1.4.7.ebuild +++ b/net-mail/mpop/mpop-1.4.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,11 +10,11 @@ SRC_URI="https://marlam.de/mpop/releases/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="gnutls idn gnome-keyring nls sasl ssl vim-syntax" +IUSE="gnutls idn keyring nls sasl ssl vim-syntax" RDEPEND=" idn? ( net-dns/libidn2 ) - gnome-keyring? ( app-crypt/libsecret ) + keyring? ( app-crypt/libsecret ) nls? ( virtual/libintl ) sasl? ( virtual/gsasl ) ssl? ( @@ -37,7 +37,7 @@ src_configure() { $(use_with ssl tls $(usex gnutls "gnutls" "openssl")) \ $(use_with sasl libgsasl) \ $(use_with idn libidn) \ - $(use_with gnome-keyring libsecret) + $(use_with keyring libsecret) } src_install() { |