diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-29 05:35:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-29 05:35:49 +0000 |
commit | 545828d04cf7e5bedca8366adab5ebe6af8560f8 (patch) | |
tree | 4381b687e7bf233500f23391d2058bf814b776e5 /x11-misc | |
parent | Version bumped to latest version. (diff) | |
download | historical-545828d04cf7e5bedca8366adab5ebe6af8560f8.tar.gz historical-545828d04cf7e5bedca8366adab5ebe6af8560f8.tar.bz2 historical-545828d04cf7e5bedca8366adab5ebe6af8560f8.zip |
respect $CC
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/e16keyedit/Manifest | 12 | ||||
-rw-r--r-- | x11-misc/e16keyedit/e16keyedit-0.2.ebuild | 15 |
2 files changed, 9 insertions, 18 deletions
diff --git a/x11-misc/e16keyedit/Manifest b/x11-misc/e16keyedit/Manifest index 74fd9e10c34a..d5d698a7bcef 100644 --- a/x11-misc/e16keyedit/Manifest +++ b/x11-misc/e16keyedit/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 1a1c205fc1146129e8e39a0448f9bd44 ChangeLog 1121 -MD5 7d9c0c1ef427af51607b9b35c637a1ca e16keyedit-0.2.ebuild 816 +MD5 78fb24becc3f0e37109ace278de0ba72 e16keyedit-0.2.ebuild 868 MD5 175916d9e9e852e45c2f8ec582271334 metadata.xml 361 MD5 d10f74af2710f0521ee3a7517c12846e files/0.2-fullscreen.patch 299 MD5 e4fb0f5f2674af735726419c98e7b590 files/digest-e16keyedit-0.2 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) - -iD8DBQFA8wwNHTu7gpaalycRAoY6AJ9xkiIwXHQ7z1X9fQIJ2lJdxT3jMwCeNgid -dsZbnxnyHpl6GvRIfnIobUs= -=7fd0 ------END PGP SIGNATURE----- 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() { |