summaryrefslogtreecommitdiff
path: root/net-mail/mailbox-count
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-29 04:45:37 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-29 04:45:37 +0100
commit2512faa12f58e69a2f3e27e13e10fd0aef3ab384 (patch)
tree2d08249ac1699d92698edc3c9d6c788de417c4e2 /net-mail/mailbox-count
parentf39869264ff0b7c81fe9c463db9e3f7944a9cd20 (diff)
gentoo auto-resync : 29:08:2022 - 04:45:37
Diffstat (limited to 'net-mail/mailbox-count')
-rw-r--r--net-mail/mailbox-count/Manifest4
-rw-r--r--net-mail/mailbox-count/mailbox-count-0.0.6.ebuild (renamed from net-mail/mailbox-count/mailbox-count-0.0.5.ebuild)8
2 files changed, 6 insertions, 6 deletions
diff --git a/net-mail/mailbox-count/Manifest b/net-mail/mailbox-count/Manifest
index 6666a58cc4bd..9f60b2e45870 100644
--- a/net-mail/mailbox-count/Manifest
+++ b/net-mail/mailbox-count/Manifest
@@ -1,3 +1,3 @@
-DIST mailbox-count-0.0.5.tar.gz 21476 BLAKE2B 3ad79233ae1dbb202bc46c60e8a7d13d5d6820f74e090056f37eacb7b37c2f18498f599603d1ee32a7ac43b5f9931f26aba1780ff5160333c66129889ac6812b SHA512 3c63bd9021f64ba745572907eae8bc25e9ddc7d443d5ab84626dd90f95af71267cbffb9d371f0e308988fbdf14f3a126d93a727d55bf9ee3e02037e687267d26
-EBUILD mailbox-count-0.0.5.ebuild 890 BLAKE2B 37b6d4023299f9ae3dd2e23851dab6b4949a6c412709e729f726ecca622a09c2d547eb833e5a5a6b117f9aed674397b827ec5451d5e95d4bf8550c25e417eaeb SHA512 b5f5012af1f1008feafa4daa5a658822387a32f86e3835dc138dea6f7e0f6525acf729573e25809cf5618d5914a4448364205303aa53fe616bb1efb8d10928eb
+DIST mailbox-count-0.0.6.tar.gz 21176 BLAKE2B 655815d463e14ee8c32cc955819d6b95d5359a644fb09433cb8ab303f07a98ce33b4c048be724253f30d8855a921abb5a7a29e62391ef8a1a9288e2f430710fc SHA512 285aeeaa8cfaade6c91a850154772e47aa212f73d1206c3c8262d08a15b95f15ce812152ca5acf79f5390f476ed6af52a73e03af4ab297e1268044a4a9ece6b5
+EBUILD mailbox-count-0.0.6.ebuild 896 BLAKE2B fdc716e5ccff3fe8f2304e476245b0e32786c465de18539a120dd80e82a690b83b79639192722ab307d82e2e6cfc5200d4e5f32f8d9febddf4300967d4499c3e SHA512 888a3f93dcd799a5b0df5870c90c9f6b4403ce0bf81a72ecc95a7b5fb871a9ba5044264dab8effd0f10644431422c43b2828712c42ff03c11a480291ecb9496e
MISC metadata.xml 3289 BLAKE2B 5d1dec2ad9a593e25c496b66ae3c611c66aea004c0a1b235d6ef8cf16f91f2f8c55b5d7e901e8fe3f06b6e2b0b26fe91b51b3abfb5bdfff4766b620e3cd05fcb SHA512 fbd3e2e45ca48318b17b26acd9564d9e562a6c007413d9740226b7ca27152377c54a943f4d2be02fb757744e684f7798a1c6ba04cc00244dafa18aa0f6e09593
diff --git a/net-mail/mailbox-count/mailbox-count-0.0.5.ebuild b/net-mail/mailbox-count/mailbox-count-0.0.6.ebuild
index bcdc6ed7c3f7..77d6b2bd5bdf 100644
--- a/net-mail/mailbox-count/mailbox-count-0.0.5.ebuild
+++ b/net-mail/mailbox-count/mailbox-count-0.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="AGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
RDEPEND="
@@ -24,10 +24,10 @@ RDEPEND="
>=dev-haskell/missingh-1.2
>=dev-haskell/tasty-0.8
>=dev-haskell/tasty-hunit-0.8
- >=dev-lang/ghc-8.0
+ >=dev-lang/ghc-9.0
"
DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.16.0
+ >=dev-haskell/cabal-3.0.0
test? ( >=dev-haskell/doctest-0.9
>=dev-haskell/filemanip-0.3.6 )"