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 4CAFD138330 for ; Sat, 1 Oct 2016 22:08:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9C05E0879; Sat, 1 Oct 2016 22:08:45 +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 BE0FBE0879 for ; Sat, 1 Oct 2016 22:08:45 +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 C899E34097F for ; Sat, 1 Oct 2016 22:08:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 200B3249F for ; Sat, 1 Oct 2016 22:08:43 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1475359713.15f2493ec2fe1fb901f3d95d3e1494a0555d8557.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libetonyek/libetonyek-9999.ebuild X-VCS-Directories: app-text/libetonyek/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 15f2493ec2fe1fb901f3d95d3e1494a0555d8557 X-VCS-Branch: master Date: Sat, 1 Oct 2016 22:08:43 +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: 4dd20442-c8bf-4641-b223-da4ca4a0789b X-Archives-Hash: d9d3f8e7abd7d53420ccca62b119ac8c commit: 15f2493ec2fe1fb901f3d95d3e1494a0555d8557 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Sep 24 18:32:02 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Oct 1 22:08:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f2493e app-text/libetonyek: Fix configure with mdds-1.2 Package-Manager: portage-2.3.0 app-text/libetonyek/libetonyek-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild index 3aa7b1e..aae98f2 100644 --- a/app-text/libetonyek/libetonyek-9999.ebuild +++ b/app-text/libetonyek/libetonyek-9999.ebuild @@ -26,7 +26,7 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-libs/boost - dev-util/mdds:1 + >=dev-util/mdds-1.2.2:1 media-libs/glm sys-devel/libtool virtual/pkgconfig @@ -55,7 +55,8 @@ src_configure() { $(use_enable static-libs static) \ --disable-werror \ $(use_enable test tests) \ - $(use_with doc docs) + $(use_with doc docs) \ + --with-mdds=1.2 } src_install() {