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
commit81e2e3470fcf23d19bd5e8d5df58130f48057930 (patch)
tree2f2ce148654a593f48bc12db93b81e916d7c42cd /media-gfx/w3mimgfb/w3mimgfb-0.9.1.ebuild
parentuse toolchain-funcs.eclass instead of gcc.eclass; bug #92745. (diff)
downloadhistorical-81e2e3470fcf23d19bd5e8d5df58130f48057930.tar.gz
historical-81e2e3470fcf23d19bd5e8d5df58130f48057930.tar.bz2
historical-81e2e3470fcf23d19bd5e8d5df58130f48057930.zip
use toolchain-funcs.eclass instead of gcc.eclass; bug #92745.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'media-gfx/w3mimgfb/w3mimgfb-0.9.1.ebuild')
-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() {