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 816D4138CC4 for ; Sat, 28 Mar 2015 16:41:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20973E08D5; Sat, 28 Mar 2015 16:41:58 +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 87F45E08D4 for ; Sat, 28 Mar 2015 16:41:57 +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 CB33D340B73 for ; Sat, 28 Mar 2015 16:41:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D44BD14B77 for ; Sat, 28 Mar 2015 16:41:50 +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: <1427560624.8ca9c2ff08ed5a61ba427a444be7d51b01aade82.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/emboss-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8ca9c2ff08ed5a61ba427a444be7d51b01aade82 X-VCS-Branch: master Date: Sat, 28 Mar 2015 16:41:50 +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: c87b3b30-200d-4af5-b892-5b4715765524 X-Archives-Hash: 6c8a0efe5642c875b697d5e644bfa60f commit: 8ca9c2ff08ed5a61ba427a444be7d51b01aade82 Author: Ted Tanberry gmail com> AuthorDate: Sat Mar 28 16:37:04 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Mar 28 16:37:04 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8ca9c2ff Removed reference to EXTRA_ECONF in emboss-r1.eclass eclass/emboss-r1.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/emboss-r1.eclass b/eclass/emboss-r1.eclass index 00d00f7..fc92ce9 100644 --- a/eclass/emboss-r1.eclass +++ b/eclass/emboss-r1.eclass @@ -38,8 +38,7 @@ # @ECLASS-VARIABLE: EBO_EXTRA_ECONF # @DEFAULT_UNSET # @DESCRIPTION: -# Extra config options passed to econf, similar to EXTRA_ECONF -# but can be set by the ebuild. +# Extra config options passed to econf. case ${EAPI:-0} in 5) ;;