diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 01:14:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 01:14:43 +0000 |
commit | 1be3c8a85d1b035cfc3b8356c7ed241d0421c33c (patch) | |
tree | e846e636e9d9cc201f0fdc06030468e207cc97d9 /x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild | |
parent | dep typo (diff) | |
download | gentoo-2-1be3c8a85d1b035cfc3b8356c7ed241d0421c33c.tar.gz gentoo-2-1be3c8a85d1b035cfc3b8356c7ed241d0421c33c.tar.bz2 gentoo-2-1be3c8a85d1b035cfc3b8356c7ed241d0421c33c.zip |
dep typo
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild index e1390ca7229a..904ef9af7c00 100644 --- a/x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.6.0-r1.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.0-r1.ebuild,v 1.2 2005/05/11 23:43:34 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild,v 1.3 2005/06/09 01:12:38 mr_bones_ Exp $ inherit wxlib gnuconfig @@ -21,7 +21,7 @@ RDEPEND="${RDEPEND} jpeg? ( media-libs/jpeg ) tiff? ( 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} |