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 D9D421388C3 for ; Mon, 23 Nov 2015 10:46:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BD9921C0A6; Mon, 23 Nov 2015 10:46:51 +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 04BF121C0A6 for ; Mon, 23 Nov 2015 10:46:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C93434068A for ; Mon, 23 Nov 2015 10:46:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9E1C106A for ; Mon, 23 Nov 2015 10:46:46 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448275599.dfb616160c127e9189daf40fb105f55ac3a221a4.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-mse/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild sci-biology/embassy-mse/metadata.xml X-VCS-Directories: sci-biology/embassy-mse/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: dfb616160c127e9189daf40fb105f55ac3a221a4 X-VCS-Branch: master Date: Mon, 23 Nov 2015 10:46:46 +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: 79d587c9-7ed6-48a9-b89d-cb9165073a06 X-Archives-Hash: 50136b25a1b66369d6447e4b0a29ab1a commit: dfb616160c127e9189daf40fb105f55ac3a221a4 Author: Justin Lecher gentoo org> AuthorDate: Mon Nov 23 10:30:31 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 23 10:46:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb61616 sci-biology/embassy-mse: Move use_enable call to local scope Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566546 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild | 6 +++++- sci-biology/embassy-mse/metadata.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild b/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild index 0c2d8f5..2c0fb1a 100644 --- a/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild +++ b/sci-biology/embassy-mse/embassy-mse-3.0.0.650.ebuild @@ -5,7 +5,6 @@ EAPI=5 EBO_DESCRIPTION="MSE - Multiple Sequence Screen Editor" -EBO_EXTRA_ECONF="$(use_enable ncurses curses)" AUTOTOOLS_AUTORECONF=1 @@ -18,6 +17,11 @@ RDEPEND+=" ncurses? ( sys-libs/ncurses )" PATCHES=( "${FILESDIR}"/${P}_fix-build-system.patch ) +src_configure() { + EBO_EXTRA_ECONF="$(use_enable ncurses curses)" + emboss-r1_src_configure +} + src_install() { autotools-utils_src_install insinto /usr/include/emboss/mse diff --git a/sci-biology/embassy-mse/metadata.xml b/sci-biology/embassy-mse/metadata.xml index 34f0987..fbd4705 100644 --- a/sci-biology/embassy-mse/metadata.xml +++ b/sci-biology/embassy-mse/metadata.xml @@ -1,4 +1,4 @@ - + sci-biology