diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-12-15 21:51:11 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-12-15 22:19:50 +0100 |
commit | d8b09316b27a10561433aaeb42e61aad326ffb30 (patch) | |
tree | b4bde9a5a1abeb9c43dcc0095aa1edc0f135ee7c /mail-filter | |
parent | sys-kernel/dracut: bump to 051 (diff) | |
download | gentoo-d8b09316b27a10561433aaeb42e61aad326ffb30.tar.gz gentoo-d8b09316b27a10561433aaeb42e61aad326ffb30.tar.bz2 gentoo-d8b09316b27a10561433aaeb42e61aad326ffb30.zip |
*/*: limit pkgs not migrated to lua eclasses to dev-lang/lua:0
Only ebuilds which previously were happy with any slot (those which
explicitly specify one of the 5.x slots are allowed to keep doing so
until they have been migrated to the eclasses) and which do not require
a version of Lua higher than 5.1 (to prevent CI from complaining about
non-existent dependencies; all of these should have been masked or
USE-masked by now anyway).
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/opendkim/opendkim-2.10.3-r17.ebuild | 6 | ||||
-rw-r--r-- | mail-filter/opendkim/opendkim-2.10.3-r19.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail-filter/opendkim/opendkim-2.10.3-r17.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r17.ebuild index 49ff115b99b3..5e16e612c225 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r17.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ KEYWORDS="amd64 ~arm x86" IUSE="berkdb ldap libressl lmdb lua memcached opendbx poll sasl selinux +ssl static-libs stats querycache test unbound" BDEPEND="acct-user/opendkim - test? ( dev-lang/lua:* )" + test? ( dev-lang/lua:0= )" COMMON_DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) dev-libs/libbsd @@ -27,7 +27,7 @@ COMMON_DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) ) berkdb? ( >=sys-libs/db-3.2:* ) opendbx? ( >=dev-db/opendbx-1.4.0 ) - lua? ( dev-lang/lua:* ) + lua? ( dev-lang/lua:0= ) ldap? ( net-nds/openldap ) lmdb? ( dev-db/lmdb ) memcached? ( dev-libs/libmemcached ) diff --git a/mail-filter/opendkim/opendkim-2.10.3-r19.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r19.ebuild index 7b9bb903b797..7a320e10c107 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r19.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r19.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="berkdb ldap libressl lmdb lua memcached opendbx poll sasl selinux +ssl static-libs stats querycache test unbound" BDEPEND="acct-user/opendkim - test? ( dev-lang/lua:* )" + test? ( dev-lang/lua:0= )" COMMON_DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) dev-libs/libbsd @@ -27,7 +27,7 @@ COMMON_DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) ) berkdb? ( >=sys-libs/db-3.2:* ) opendbx? ( >=dev-db/opendbx-1.4.0 ) - lua? ( dev-lang/lua:* ) + lua? ( dev-lang/lua:0= ) ldap? ( net-nds/openldap ) lmdb? ( dev-db/lmdb ) memcached? ( dev-libs/libmemcached ) |