summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-29 05:35:49 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-29 05:35:49 +0000
commit7fd4fdc7edee1834c1c3d5eb54851ff824b5c485 (patch)
treee8b97627d4c853048d5e55a620f161090d4448fd /x11-misc/e16keyedit
parentVersion bumped to latest version. (diff)
downloadgentoo-2-7fd4fdc7edee1834c1c3d5eb54851ff824b5c485.tar.gz
gentoo-2-7fd4fdc7edee1834c1c3d5eb54851ff824b5c485.tar.bz2
gentoo-2-7fd4fdc7edee1834c1c3d5eb54851ff824b5c485.zip
respect $CC
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-misc/e16keyedit')
-rw-r--r--x11-misc/e16keyedit/e16keyedit-0.2.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild
index e20885d4394e..e991a33e7a5d 100644
--- a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild
+++ b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.20 2004/07/12 22:08:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.21 2005/01/29 05:35:49 vapier Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="Key binding editor for enlightenment 16"
HOMEPAGE="http://www.enlightenment.org/"
@@ -10,12 +10,13 @@ SRC_URI="mirror://sourceforge/enlightenment/e16utils/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="x86 ppc sparc amd64"
+KEYWORDS="amd64 ppc sparc x86"
IUSE=""
-DEPEND="virtual/x11
+RDEPEND="virtual/x11
>=x11-wm/enlightenment-0.16
- =x11-libs/gtk+-1*
+ =x11-libs/gtk+-1*"
+DEPEND="${RDEPEND}
>=sys-apps/sed-4"
src_unpack() {
@@ -26,7 +27,7 @@ src_unpack() {
}
src_compile() {
- emake EXTRA_CFLAGS="${CFLAGS}" || die
+ emake CC=$(tc-getCC) EXTRA_CFLAGS="${CFLAGS}" || die
}
src_install() {