From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1660613829C for ; Mon, 13 Jun 2016 09:17:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96621E0A9A; Mon, 13 Jun 2016 09:17:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B5AEE0A9A for ; Mon, 13 Jun 2016 09:17:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DECB4340139 for ; Mon, 13 Jun 2016 09:17:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89698963 for ; Mon, 13 Jun 2016 09:17:01 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1465809413.e83b1dbd306e2f9a5fc917b87fef5efd1961694f.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-libs/poco/ X-VCS-Repository: dev/dev-zero X-VCS-Files: dev-libs/poco/poco-1.7.3.ebuild X-VCS-Directories: dev-libs/poco/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: e83b1dbd306e2f9a5fc917b87fef5efd1961694f X-VCS-Branch: master Date: Mon, 13 Jun 2016 09:17:01 +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-Archives-Salt: 4c979425-1347-4ebe-a80a-96d8a611846c X-Archives-Hash: 9fe73ca86dc3585f9fa53a9a594be034 commit: e83b1dbd306e2f9a5fc917b87fef5efd1961694f Author: Tiziano Müller gentoo org> AuthorDate: Mon Jun 13 09:16:53 2016 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Mon Jun 13 09:16:53 2016 +0000 URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=e83b1dbd dev-libs/poco: fix issue with XML not built dev-libs/poco/poco-1.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/poco/poco-1.7.3.ebuild b/dev-libs/poco/poco-1.7.3.ebuild index 95282bb..0fe606a 100644 --- a/dev-libs/poco/poco-1.7.3.ebuild +++ b/dev-libs/poco/poco-1.7.3.ebuild @@ -84,7 +84,7 @@ src_configure() { -DENABLE_SEVENZIP="$(usex 7z)" -DENABLE_TESTS="$(usex test)" -DENABLE_UTIL="$(usex util)" - -DENABLE_XML="$(usex test)" + -DENABLE_XML="$(usex xml)" -DENABLE_ZIP="$(usex zip)" )