diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-04-16 11:02:05 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-04-16 11:02:05 +0200 |
commit | 595474fdaf4ff29ea06d82c64ab065c157b26ae5 (patch) | |
tree | 107552dd32db75bce70aeaaf864ba6166e4886a5 /mail-mta | |
parent | net-proxy/haproxy: Version bump (diff) | |
download | gentoo-595474fdaf4ff29ea06d82c64ab065c157b26ae5.tar.gz gentoo-595474fdaf4ff29ea06d82c64ab065c157b26ae5.tar.bz2 gentoo-595474fdaf4ff29ea06d82c64ab065c157b26ae5.zip |
mail-mta/exim: restrict sys-libs/db dependency, bug #653252
Closes: https://bugs.gentoo.org/653252
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/exim-4.91.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-mta/exim/exim-4.91.ebuild b/mail-mta/exim/exim-4.91.ebuild index 9cedf573dfab..ff66e6daa531 100644 --- a/mail-mta/exim/exim-4.91.ebuild +++ b/mail-mta/exim/exim-4.91.ebuild @@ -29,7 +29,7 @@ LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" COMMON_DEPEND=">=sys-apps/sed-4.0.5 - >=sys-libs/db-3.2:= + ( >=sys-libs/db-3.2:= <sys-libs/db-6:= ) dev-libs/libpcre idn? ( net-dns/libidn net-dns/libidn2 ) perl? ( dev-lang/perl:= ) |