From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2D43138334 for ; Tue, 25 Jun 2019 20:51:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CAF7E0831; Tue, 25 Jun 2019 20:51:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4F14E0831 for ; Tue, 25 Jun 2019 20:51:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D5CC346A40 for ; Tue, 25 Jun 2019 20:51:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9FDE5E2 for ; Tue, 25 Jun 2019 20:51:21 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1561495853.492e0c2098a2dbb2a83f3760f25c77d57b837223.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/expat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/expat/expat-2.2.6.ebuild dev-libs/expat/expat-2.2.7.ebuild X-VCS-Directories: dev-libs/expat/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 492e0c2098a2dbb2a83f3760f25c77d57b837223 X-VCS-Branch: master Date: Tue, 25 Jun 2019 20:51:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b86d2672-d6b6-4c39-8fb1-56204516dfdd X-Archives-Hash: f098c37ec0a6fcf9b09751d3e41318e5 commit: 492e0c2098a2dbb2a83f3760f25c77d57b837223 Author: Mike Gilbert gentoo org> AuthorDate: Tue Jun 25 20:50:53 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Jun 25 20:50:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492e0c20 dev-libs/expat: fix dependencies Closes: https://bugs.gentoo.org/688662 Package-Manager: Portage-2.3.67_p12, Repoman-2.3.14_p7 Signed-off-by: Mike Gilbert gentoo.org> dev-libs/expat/expat-2.2.6.ebuild | 1 + dev-libs/expat/expat-2.2.7.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-libs/expat/expat-2.2.6.ebuild b/dev-libs/expat/expat-2.2.6.ebuild index b23d8959996..1dcb23acd7c 100644 --- a/dev-libs/expat/expat-2.2.6.ebuild +++ b/dev-libs/expat/expat-2.2.6.ebuild @@ -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" diff --git a/dev-libs/expat/expat-2.2.7.ebuild b/dev-libs/expat/expat-2.2.7.ebuild index 47730ae142d..e4b0929879e 100644 --- a/dev-libs/expat/expat-2.2.7.ebuild +++ b/dev-libs/expat/expat-2.2.7.ebuild @@ -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 )