diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-12 20:09:03 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-12 20:09:03 +0000 |
commit | ea32e32fd480c139fab3a2f81309c7a820bdbc99 (patch) | |
tree | 9cb16f2d9b1315e0944899c5657ba7efa4c0894f /x11-libs/wxGTK | |
parent | Changed DEPEND to use ~ instead of >= for glibc so we keep version sync betwe... (diff) | |
download | gentoo-2-ea32e32fd480c139fab3a2f81309c7a820bdbc99.tar.gz gentoo-2-ea32e32fd480c139fab3a2f81309c7a820bdbc99.tar.bz2 gentoo-2-ea32e32fd480c139fab3a2f81309c7a820bdbc99.zip |
QA: Add spaces, looks nicer and older portage requires them.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/wxGTK/wxGTK-2.6.1.ebuild b/x11-libs/wxGTK/wxGTK-2.6.1.ebuild index c4856af42db6..c3ff01f01dec 100644 --- a/x11-libs/wxGTK/wxGTK-2.6.1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.6.1.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/x11-libs/wxGTK/wxGTK-2.6.1.ebuild,v 1.1 2005/07/12 18:39:03 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.1.ebuild,v 1.2 2005/07/12 20:09:03 swegener Exp $ inherit wxlib gnuconfig @@ -21,7 +21,7 @@ RDEPEND="${RDEPEND} media-libs/jpeg media-libs/tiff)) odbc? ( dev-db/unixODBC ) - !mips? ( !arm? ( !hppa? ( !ia64? ( !ppc64? ( !alpha? ( !sparc? ( sdl? ( media-libs/sdl-sound ))))))))" + !mips? ( !arm? ( !hppa? ( !ia64? ( !ppc64? ( !alpha? ( !sparc? ( sdl? ( media-libs/sdl-sound ) ) ) ) ) ) ) )" DEPEND="${RDEPEND} ${DEPEND} |