dev-libs/expat: fix dependencies
authorMike Gilbert <floppym@gentoo.org>
Tue, 25 Jun 2019 20:50:53 +0000 (16:50 -0400)
committerMike Gilbert <floppym@gentoo.org>
Tue, 25 Jun 2019 20:50:53 +0000 (16:50 -0400)
Closes: https://bugs.gentoo.org/688662
Package-Manager: Portage-2.3.67_p12, Repoman-2.3.14_p7
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
dev-libs/expat/expat-2.2.6.ebuild
dev-libs/expat/expat-2.2.7.ebuild

index b23d895999633ac8520b7fa36c418fdf158522b5..1dcb23acd7ccaf2539bc3707f77ccd26e26e41a8 100644 (file)
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+AUTOTOOLS_AUTO_DEPEND=no
 inherit autotools eutils libtool multilib toolchain-funcs multilib-minimal
 
 DESCRIPTION="Stream-oriented XML parser library"
index 47730ae142da8f26aaccc675d23bfba4f65fea1f..e4b0929879eae1aabcc343aeada1611a4b3dd8c4 100644 (file)
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+AUTOTOOLS_AUTO_DEPEND=no
 inherit autotools eutils libtool multilib toolchain-funcs multilib-minimal
 
 DESCRIPTION="Stream-oriented XML parser library"
@@ -12,8 +13,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="elibc_FreeBSD examples static-libs unicode"
-DEPEND="unicode? ( ${AUTOTOOLS_DEPEND} )"
-RDEPEND=""
+BDEPEND="unicode? ( ${AUTOTOOLS_DEPEND} )"
 
 DOCS=( README.md )