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 769881388C1 for ; Wed, 9 Dec 2015 12:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0157D21C099; Wed, 9 Dec 2015 12:48:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9868121C098 for ; Wed, 9 Dec 2015 12:48:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2345234074D for ; Wed, 9 Dec 2015 12:48:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D0AAA3F for ; Wed, 9 Dec 2015 12:48:18 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1449665288.f3e7fc1e1218924f1a69adf5762635a4ae4c03a3.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm-crystal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild X-VCS-Directories: x11-themes/fvwm-crystal/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: f3e7fc1e1218924f1a69adf5762635a4ae4c03a3 X-VCS-Branch: master Date: Wed, 9 Dec 2015 12:48:18 +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: 515c1b27-8f8a-4643-900b-d1f415cc5c90 X-Archives-Hash: 9c511715def900bd2e1daeadaf58e054 commit: f3e7fc1e1218924f1a69adf5762635a4ae4c03a3 Author: Ian Delaney gentoo org> AuthorDate: Wed Dec 9 11:08:01 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Dec 9 12:48:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e7fc1e x11-themes/fvwm-crystal: add missed var REQUIRED_USE req'd for python-r1 Patch submitted by package's proxy maintainer via the gentoo bug Gentoo bug: #567334 Package-Manager: portage-2.2.24 x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild index f76c9fc..4826ce2 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild @@ -25,6 +25,8 @@ RDEPEND="${PYTHON_DEPS} virtual/awk x11-apps/xwd" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + src_install() { emake \ DESTDIR="${D}" \