diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-06-11 10:50:04 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-06-11 10:50:04 +0000 |
commit | 15d85d60a1eac9a0c400f4197e3284c6960f6264 (patch) | |
tree | 1d023ad6f1bb8db2388c61622a42fb091f5b5f13 /media-tv/xawtv/xawtv-3.95-r1.ebuild | |
parent | Bug #119388, fix plplot for modular-X. This ebuild is a big mess, and doesn't... (diff) | |
download | historical-15d85d60a1eac9a0c400f4197e3284c6960f6264.tar.gz historical-15d85d60a1eac9a0c400f4197e3284c6960f6264.tar.bz2 historical-15d85d60a1eac9a0c400f4197e3284c6960f6264.zip |
Bug #131673 - missing dep on xset with modular X.
Package-Manager: portage-2.1
Diffstat (limited to 'media-tv/xawtv/xawtv-3.95-r1.ebuild')
-rw-r--r-- | media-tv/xawtv/xawtv-3.95-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-tv/xawtv/xawtv-3.95-r1.ebuild b/media-tv/xawtv/xawtv-3.95-r1.ebuild index e695b6224676..9f91e4f48855 100644 --- a/media-tv/xawtv/xawtv-3.95-r1.ebuild +++ b/media-tv/xawtv/xawtv-3.95-r1.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/media-tv/xawtv/xawtv-3.95-r1.ebuild,v 1.7 2006/03/19 23:46:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xawtv/xawtv-3.95-r1.ebuild,v 1.8 2006/06/11 10:50:04 robbat2 Exp $ inherit eutils font autotools flag-o-matic @@ -41,6 +41,7 @@ RDEPEND=">=sys-libs/ncurses-5.1 x11-libs/libXrandr x11-libs/libXxf86vm ) + x11-apps/xset xv? ( x11-libs/libXv ) ) virtual/x11 ) ) |