diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-12-01 16:51:21 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-12-01 16:51:21 +0000 |
commit | 7c65d5aa6d3a1abded5efe48ef818c681902a333 (patch) | |
tree | 14ee94bd729effec36e225a89cabcf27be82b8ed /sci-libs/xgks-pmel | |
parent | Removed old (diff) | |
download | gentoo-2-7c65d5aa6d3a1abded5efe48ef818c681902a333.tar.gz gentoo-2-7c65d5aa6d3a1abded5efe48ef818c681902a333.tar.bz2 gentoo-2-7c65d5aa6d3a1abded5efe48ef818c681902a333.zip |
Remove use of fortran eclass
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/xgks-pmel')
-rw-r--r-- | sci-libs/xgks-pmel/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-libs/xgks-pmel/ChangeLog b/sci-libs/xgks-pmel/ChangeLog index fa08a657b628..3b9ab0b2e3be 100644 --- a/sci-libs/xgks-pmel/ChangeLog +++ b/sci-libs/xgks-pmel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/xgks-pmel -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.4 2009/12/04 21:01:44 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.5 2010/12/01 16:51:21 bicatali Exp $ + + 01 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> xgks-pmel-2.5.5.ebuild: + Remove use of fortran eclass 04 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> xgks-pmel-2.5.5.ebuild: diff --git a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild index df74926de9b3..bf88e728eeb7 100644 --- a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild +++ b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.4 2009/12/04 21:01:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.5 2010/12/01 16:51:21 bicatali Exp $ -inherit eutils fortran toolchain-funcs multilib +inherit eutils toolchain-funcs multilib DESCRIPTION="PMEL fork of XGKS, an X11-based version of the ANSI Graphical Kernel System." HOMEPAGE="http://www.gentoogeek.org/viewvc/Linux/xgks-pmel/" @@ -29,7 +29,7 @@ src_compile() { fontdb/Makefile.in || die "sed 1 failed" CFLAGS=${CFLAGS} LD_X11='-L/usr/$(get_libdir) -lX11' \ - FC=${FORTRANC} CC=$(tc-getCC) OS=linux \ + FC=$(tc-getFC) CC=$(tc-getCC) OS=linux \ ./configure --prefix=/usr --exec_prefix=/usr/bin \ || die "configure failed" |