diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-06-29 11:51:27 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-06-29 11:51:27 +0200 |
commit | af83583cacb2b1863512eda63726b7e9c50a261e (patch) | |
tree | d2b293a7298deafa484e1f0d18f168ef1c3c4c08 /mail-mta | |
parent | gnustep-base/mknfonts: use pkg-config to find freetype (diff) | |
download | gentoo-af83583cacb2b1863512eda63726b7e9c50a261e.tar.gz gentoo-af83583cacb2b1863512eda63726b7e9c50a261e.tar.bz2 gentoo-af83583cacb2b1863512eda63726b7e9c50a261e.zip |
mail-mta/msmtp: fix eapi7-style deps
This was now pulling pkgconfig into my targets.
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/msmtp/msmtp-1.6.8-r1.ebuild (renamed from mail-mta/msmtp/msmtp-1.6.8.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-mta/msmtp/msmtp-1.6.8.ebuild b/mail-mta/msmtp/msmtp-1.6.8-r1.ebuild index d930ced58527..457444d0a607 100644 --- a/mail-mta/msmtp/msmtp-1.6.8.ebuild +++ b/mail-mta/msmtp/msmtp-1.6.8-r1.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc gnutls idn libressl libsecret +mta nls sasl ssl vim-syntax" -CDEPEND=" +DEPEND=" idn? ( net-dns/libidn:= ) libsecret? ( app-crypt/libsecret ) nls? ( virtual/libintl ) @@ -28,7 +28,7 @@ CDEPEND=" ) " -RDEPEND="${CDEPEND} +RDEPEND="${DEPEND} net-mail/mailbase mta? ( !mail-mta/courier @@ -46,7 +46,7 @@ RDEPEND="${CDEPEND} ) " -DEPEND="${CDEPEND} +BDEPEND="${DEPEND} doc? ( virtual/texi2dvi ) nls? ( sys-devel/gettext ) virtual/pkgconfig |