diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:11:33 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:10:34 +0100 |
commit | 1c729628b49243c4cfbc898c5bf213316b62f78f (patch) | |
tree | 94d3ab9bad7e1ad48b4b3d52939e915b68341e14 /net-mail | |
parent | dev-haskell/semirings: Revision bump (diff) | |
download | gentoo-1c729628b49243c4cfbc898c5bf213316b62f78f.tar.gz gentoo-1c729628b49243c4cfbc898c5bf213316b62f78f.tar.bz2 gentoo-1c729628b49243c4cfbc898c5bf213316b62f78f.zip |
*/*: Update EAPI to 8 for haskell packages
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild | 2 | ||||
-rw-r--r-- | net-mail/mailbox-count/mailbox-count-0.0.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild b/net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild index 2b1dc278724b..88183eb75338 100644 --- a/net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild +++ b/net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # ebuild generated by hackport 0.4.4 diff --git a/net-mail/mailbox-count/mailbox-count-0.0.6.ebuild b/net-mail/mailbox-count/mailbox-count-0.0.6.ebuild index 5af4570d8c06..13bf27fe826f 100644 --- a/net-mail/mailbox-count/mailbox-count-0.0.6.ebuild +++ b/net-mail/mailbox-count/mailbox-count-0.0.6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 CABAL_FEATURES="test-suite" inherit haskell-cabal |