diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-29 22:26:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-29 22:26:15 +0000 |
commit | fd80128e4bf4c485b13550b9f9614768ae261ade (patch) | |
tree | f9b0c318f17adff0499394540c3e73c6d380b77a /media-libs/imlib2 | |
parent | Fixed SRC_URI. (diff) | |
download | historical-fd80128e4bf4c485b13550b9f9614768ae261ade.tar.gz historical-fd80128e4bf4c485b13550b9f9614768ae261ade.tar.bz2 historical-fd80128e4bf4c485b13550b9f9614768ae261ade.zip |
change --enable-x11 to --with-x #90899
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'media-libs/imlib2')
-rw-r--r-- | media-libs/imlib2/Manifest | 4 | ||||
-rw-r--r-- | media-libs/imlib2/imlib2-1.2.0.004.ebuild | 4 | ||||
-rw-r--r-- | media-libs/imlib2/imlib2-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/imlib2/Manifest b/media-libs/imlib2/Manifest index e08e022aa88c..828a021b3238 100644 --- a/media-libs/imlib2/Manifest +++ b/media-libs/imlib2/Manifest @@ -1,8 +1,8 @@ MD5 7b0fe0945db61f48995a0f0b84b643bd ChangeLog 4104 MD5 0b095f88ab0ecae4abaacc19e515c5eb imlib2-1.1.2.ebuild 1003 MD5 0c36280f1141c2ab86d0bd09ceec038a metadata.xml 2284 -MD5 900b37b6bbca556979d17c26c6d6a6cc imlib2-1.2.0.004.ebuild 1050 -MD5 b49040f60c8adc69c3b8745db04d79a7 imlib2-9999.ebuild 935 +MD5 4dcc4e2e6d9e3abe690f0ceb489b3ac5 imlib2-1.2.0.004.ebuild 1046 +MD5 ace21bde669d07679480220f8c887d64 imlib2-9999.ebuild 931 MD5 f65905e9f93f158e099b1f6524284f43 imlib2-1.2.0-r2.ebuild 1088 MD5 f7ecd36a44e0026d2e19b5a22073e9db files/digest-imlib2-1.2.0.004 68 MD5 78f8f17705b3e58fd3f15a898dfa2e25 files/digest-imlib2-1.1.2 64 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 } |