diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-16 19:54:03 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-16 19:54:03 +0000 |
commit | b06fc07cfe951e02d39d03c7cb6ec46d5b656833 (patch) | |
tree | 92eab43847a06406470074c6cafa56686e042bee /x11-misc/xvidcap/xvidcap-1.1.3-r4.ebuild | |
parent | Fixed mysql dep wrt bug #123030. (diff) | |
download | historical-b06fc07cfe951e02d39d03c7cb6ec46d5b656833.tar.gz historical-b06fc07cfe951e02d39d03c7cb6ec46d5b656833.tar.bz2 historical-b06fc07cfe951e02d39d03c7cb6ec46d5b656833.zip |
Fix use of gtk/gtk2 USE flag, see bug #123070.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-misc/xvidcap/xvidcap-1.1.3-r4.ebuild')
-rw-r--r-- | x11-misc/xvidcap/xvidcap-1.1.3-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xvidcap/xvidcap-1.1.3-r4.ebuild b/x11-misc/xvidcap/xvidcap-1.1.3-r4.ebuild index 4b5a22746521..6a7248856fc3 100644 --- a/x11-misc/xvidcap/xvidcap-1.1.3-r4.ebuild +++ b/x11-misc/xvidcap/xvidcap-1.1.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvidcap/xvidcap-1.1.3-r4.ebuild,v 1.1 2006/02/14 11:21:48 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvidcap/xvidcap-1.1.3-r4.ebuild,v 1.2 2006/02/16 19:54:03 nelchael Exp $ inherit eutils autotools @@ -28,7 +28,7 @@ RDEPEND="gtk? ( >=x11-libs/gtk+-2.0.0 ) )" DEPEND="${RDEPEND} - !gtk2? ( + !gtk? ( || ( ( x11-proto/xextproto x11-proto/xf86dgaproto |