summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-29 22:26:15 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-29 22:26:15 +0000
commitadc07e1bdcfe071491afc2a867ac9806ec7f1f39 (patch)
tree16e5e8d7639a2753428964d7fb1eeafad730f31a /media-libs/imlib2
parentFixed SRC_URI. (diff)
downloadgentoo-2-adc07e1bdcfe071491afc2a867ac9806ec7f1f39.tar.gz
gentoo-2-adc07e1bdcfe071491afc2a867ac9806ec7f1f39.tar.bz2
gentoo-2-adc07e1bdcfe071491afc2a867ac9806ec7f1f39.zip
change --enable-x11 to --with-x #90899
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'media-libs/imlib2')
-rw-r--r--media-libs/imlib2/imlib2-1.2.0.004.ebuild4
-rw-r--r--media-libs/imlib2/imlib2-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/imlib2/imlib2-1.2.0.004.ebuild b/media-libs/imlib2/imlib2-1.2.0.004.ebuild
index 81df137dfc80..e8525e7314af 100644
--- a/media-libs/imlib2/imlib2-1.2.0.004.ebuild
+++ b/media-libs/imlib2/imlib2-1.2.0.004.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.2.0.004.ebuild,v 1.2 2005/04/10 20:36:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.2.0.004.ebuild,v 1.3 2005/04/29 22:26:15 vapier Exp $
EKEY_STATE=snap
EHACKAUTOGEN=yes
@@ -35,7 +35,7 @@ src_compile() {
export MY_ECONF="
${mymmx} \
- $(use_enable X x11) \
+ $(use_with X x) \
"
enlightenment_src_compile
}
diff --git a/media-libs/imlib2/imlib2-9999.ebuild b/media-libs/imlib2/imlib2-9999.ebuild
index ef71de0fa1ea..fa590a08a85a 100644
--- a/media-libs/imlib2/imlib2-9999.ebuild
+++ b/media-libs/imlib2/imlib2-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-9999.ebuild,v 1.5 2005/03/19 02:09:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-9999.ebuild,v 1.6 2005/04/29 22:26:15 vapier Exp $
EHACKAUTOGEN=yes
inherit enlightenment
@@ -28,7 +28,7 @@ src_compile() {
export MY_ECONF="
${mymmx} \
- $(use_enable X x11) \
+ $(use_with X x) \
"
enlightenment_src_compile
}