summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-05-16 04:30:10 +0000
committerMamoru Komachi <usata@gentoo.org>2005-05-16 04:30:10 +0000
commit073c8823e7b6aeb99c278d7a615a37c73da24925 (patch)
tree6feadb9389547207ddde219e4e75417efbf3624c /media-gfx/w3mimgfb
parentuse toolchain-funcs.eclass instead of gcc.eclass; bug #92745. (diff)
downloadgentoo-2-073c8823e7b6aeb99c278d7a615a37c73da24925.tar.gz
gentoo-2-073c8823e7b6aeb99c278d7a615a37c73da24925.tar.bz2
gentoo-2-073c8823e7b6aeb99c278d7a615a37c73da24925.zip
use toolchain-funcs.eclass instead of gcc.eclass; bug #92745.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'media-gfx/w3mimgfb')
-rw-r--r--media-gfx/w3mimgfb/w3mimgfb-0.9.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/w3mimgfb/w3mimgfb-0.9.1.ebuild b/media-gfx/w3mimgfb/w3mimgfb-0.9.1.ebuild
index 5aca375e0192..2440adcca7b1 100644
--- a/media-gfx/w3mimgfb/w3mimgfb-0.9.1.ebuild
+++ b/media-gfx/w3mimgfb/w3mimgfb-0.9.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/w3mimgfb/w3mimgfb-0.9.1.ebuild,v 1.7 2005/05/01 18:04:33 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/w3mimgfb/w3mimgfb-0.9.1.ebuild,v 1.8 2005/05/16 04:30:10 usata Exp $
-inherit gcc
+inherit toolchain-funcs
DESCRIPTION="Image viewer for w3m under frame buffer environment"
HOMEPAGE="http://homepage3.nifty.com/slokar/fb/w3mimg.html"
@@ -17,7 +17,7 @@ DEPEND=">=media-libs/stimg-0.1.0
virtual/w3m"
src_compile() {
- emake CC="$(gcc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
}
src_install() {