diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-08-21 10:34:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-08-21 10:34:01 +0000 |
commit | 24728a247c2406ec947e12d0b308c412cdaeab87 (patch) | |
tree | ccd8c6a700834a8cb1d73310a5f816730edaffe6 /x11-misc/xcompmgr | |
parent | New ebuild from 20040821 cvs snapshot of xcompmgr from xapps module over at f... (diff) | |
download | gentoo-2-24728a247c2406ec947e12d0b308c412cdaeab87.tar.gz gentoo-2-24728a247c2406ec947e12d0b308c412cdaeab87.tar.bz2 gentoo-2-24728a247c2406ec947e12d0b308c412cdaeab87.zip |
better DEPEND/RDEPEND strings
Diffstat (limited to 'x11-misc/xcompmgr')
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-0.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-misc/xcompmgr/xcompmgr-0.1.ebuild b/x11-misc/xcompmgr/xcompmgr-0.1.ebuild index ca0ff613ef25..9b9391a94e4a 100644 --- a/x11-misc/xcompmgr/xcompmgr-0.1.ebuild +++ b/x11-misc/xcompmgr/xcompmgr-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-0.1.ebuild,v 1.1 2004/08/21 10:31:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-0.1.ebuild,v 1.2 2004/08/21 10:34:01 seemant Exp $ IUSE="X gnome" @@ -13,8 +13,11 @@ SLOT="0" LICENSE="BSD" KEYWORDS="~x86" +RDEPEND=">=x11-base/xorg-x11-6.7.99.902" -DEPEND=">=x11-base/xorg-x11-6.7.99.902" +DEPEND="${RDEPEND} + >=sys-devel/automake-1.7 + >=sys-devel/autoconf-2.5" src_compile() { export WANT_AUTOCONF=2.5 |