public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-emnu/
Date: Mon, 23 Nov 2015 10:46:46 +0000 (UTC)	[thread overview]
Message-ID: <1448275599.e304ae9f5a5ab82c28b65f01f7b95d5d37011c18.jlec@gentoo> (raw)

commit:     e304ae9f5a5ab82c28b65f01f7b95d5d37011c18
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 10:26:10 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 10:46:39 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e304ae9f

sci-biology/embassy-emnu: 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 <jlec <AT> gentoo.org>

 sci-biology/embassy-emnu/embassy-emnu-1.05.650.ebuild | 8 ++++++--
 sci-biology/embassy-emnu/metadata.xml                 | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-biology/embassy-emnu/embassy-emnu-1.05.650.ebuild b/sci-biology/embassy-emnu/embassy-emnu-1.05.650.ebuild
index ce49afd..c397656 100644
--- a/sci-biology/embassy-emnu/embassy-emnu-1.05.650.ebuild
+++ b/sci-biology/embassy-emnu/embassy-emnu-1.05.650.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 EBO_DESCRIPTION="Simple menu of EMBOSS applications"
-EBO_EXTRA_ECONF="$(use_enable ncurses curses)"
 
 AUTOTOOLS_AUTORECONF=1
 
@@ -14,6 +13,11 @@ inherit emboss-r1
 KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos"
 IUSE+=" ncurses"
 
-RDEPEND+=" ncurses? ( sys-libs/ncurses )"
+RDEPEND+=" ncurses? ( sys-libs/ncurses:= )"
 
 PATCHES=( "${FILESDIR}"/${P}_fix-build-system.patch )
+
+src_configure() {
+	EBO_EXTRA_ECONF="$(use_enable ncurses curses)"
+	emboss_src_configure
+}

diff --git a/sci-biology/embassy-emnu/metadata.xml b/sci-biology/embassy-emnu/metadata.xml
index 34f0987..fbd4705 100644
--- a/sci-biology/embassy-emnu/metadata.xml
+++ b/sci-biology/embassy-emnu/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <herd>sci-biology</herd>


             reply	other threads:[~2015-11-23 10:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-23 10:46 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-13 12:06 [gentoo-commits] repo/gentoo:master commit in: sci-biology/embassy-emnu/ David Seifert
2021-03-13 12:06 David Seifert
2017-02-19 18:44 David Seifert
2017-02-06 21:27 David Seifert
2015-12-07  8:22 Justin Lecher
2015-08-27 13:47 Justin Lecher
2015-08-27 10:02 Agostino Sarubbo
2015-08-27  9:58 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1448275599.e304ae9f5a5ab82c28b65f01f7b95d5d37011c18.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox