diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-11 05:07:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-11 05:07:39 +0000 |
commit | 88714008c221b0ed41f1292680de339c8f1473a8 (patch) | |
tree | 700f33ac37dc5a36254b543f8558817faa8583f4 /x11-misc/e16keyedit | |
parent | Add modular X dependencies (bug #121645, Tupone Alfredo). (diff) | |
download | gentoo-2-88714008c221b0ed41f1292680de339c8f1473a8.tar.gz gentoo-2-88714008c221b0ed41f1292680de339c8f1473a8.tar.bz2 gentoo-2-88714008c221b0ed41f1292680de339c8f1473a8.zip |
block incompatible versions of e16 #122311
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-misc/e16keyedit')
-rw-r--r-- | x11-misc/e16keyedit/e16keyedit-0.2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild index e991a33e7a5d..4c5b988f48c9 100644 --- a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild +++ b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.21 2005/01/29 05:35:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.22 2006/02/11 05:07:39 vapier Exp $ inherit eutils toolchain-funcs @@ -14,20 +14,20 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="" RDEPEND="virtual/x11 - >=x11-wm/enlightenment-0.16 + <x11-wm/enlightenment-0.16.8 =x11-libs/gtk+-1*" DEPEND="${RDEPEND} >=sys-apps/sed-4" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i 's:-lgdbm -lgdk_imlib::' Makefile - epatch ${FILESDIR}/${PV}-fullscreen.patch + epatch "${FILESDIR}"/${PV}-fullscreen.patch } src_compile() { - emake CC=$(tc-getCC) EXTRA_CFLAGS="${CFLAGS}" || die + emake CC="$(tc-getCC)" EXTRA_CFLAGS="${CFLAGS}" || die } src_install() { |