commit: 04e80923acc4d574d348c86d19c3458ce375fe92 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 6 10:33:35 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 6 10:33:35 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=04e80923
sci-biology/clview: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/clview/clview-0.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/clview/clview-0.1.ebuild b/sci-biology/clview/clview-0.1.ebuild index 7b2387dc6..2f200426d 100644 --- a/sci-biology/clview/clview-0.1.ebuild +++ b/sci-biology/clview/clview-0.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="clview is an assembly .ace file viewer from TIGR Gene Indices project tools" HOMEPAGE="https://sourceforge.net/projects/clview" @@ -62,7 +62,6 @@ SRC_URI=" LICENSE="Artistic" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND="=x11-libs/fox-1.6*" RDEPEND="${DEPEND}" @@ -74,6 +73,7 @@ src_unpack() { } src_prepare() { + default # FIXME: we have to run `/usr/bin/fox-config --cflags' to yield # `-I/usr/include/fox-1.6' # similarly `fox-config --libs' to yield e.g.
