diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2021-12-01 21:45:00 -0500 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2021-12-01 23:06:24 -0500 |
commit | 47803f54d5699765c523eff1cc8e7f84cc1ac4c3 (patch) | |
tree | a0c8490a62bf5b9202bed4e7ec1c262b890f4fd1 /net-mail | |
parent | dev-python/patatt: import patatt for use in b4 (diff) | |
download | gentoo-47803f54d5699765c523eff1cc8e7f84cc1ac4c3.tar.gz gentoo-47803f54d5699765c523eff1cc8e7f84cc1ac4c3.tar.bz2 gentoo-47803f54d5699765c523eff1cc8e7f84cc1ac4c3.zip |
net-mail/b4: bump to 0.8 and fix deps
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/b4/Manifest | 2 | ||||
-rw-r--r-- | net-mail/b4/b4-0.8.0.ebuild (renamed from net-mail/b4/b4-0.7.2.ebuild) | 9 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-mail/b4/Manifest b/net-mail/b4/Manifest index 1ea335e20c69..c0c933e8f94f 100644 --- a/net-mail/b4/Manifest +++ b/net-mail/b4/Manifest @@ -1 +1 @@ -DIST b4-0.7.2.tar.gz 64196 BLAKE2B a947b1feeb7fc0144f282caebdcf44f40a0b13137262ca608f260006bdd0a4db6d7347cc1dfe023336566306bb80bcfbbc7c9b71964a949100365d4daa9d4046 SHA512 0a55302c41fa1b5208fba0fa8631e9fdcf37f340f6513a351ea69915f703db7f441a8a7ebcbb29f657049db691de8ed316a6febdbc7b7e75957c7d328fa948f0 +DIST b4-0.8.0.tar.gz 66882 BLAKE2B 7f93b9ce9f1f448a1b4be94c692ee93912e273c740c41518fdacd515df7038ba140f62712ef7a6df8a946315eb776ebb7e182d71905ca2ff34771525ceefe4c2 SHA512 4696a0164289eb7077d276a3133ba3776bfc3bfa25fd3591da6e932329f1578fcfe9909419426865ba3239c5b0a7b23dbb85df10307210420ac85e399d8fddd9 diff --git a/net-mail/b4/b4-0.7.2.ebuild b/net-mail/b4/b4-0.8.0.ebuild index d078544023be..12883cde5aa6 100644 --- a/net-mail/b4/b4-0.7.2.ebuild +++ b/net-mail/b4/b4-0.8.0.ebuild @@ -1,7 +1,7 @@ # Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{7,8,9} ) @@ -17,4 +17,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}] + dev-python/dnspython[${PYTHON_USEDEP}] + dev-python/dkimpy[${PYTHON_USEDEP}] + dev-python/patatt[${PYTHON_USEDEP}] +" |