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 | 0f9781f54b45b2e93981f58824f4053579b7496f (patch) | |
tree | 0c06b7e1283610d53eb69ab496ab249d743e35c7 /x11-misc/xcompmgr | |
parent | New ebuild from 20040821 cvs snapshot of xcompmgr from xapps module over at f... (diff) | |
download | historical-0f9781f54b45b2e93981f58824f4053579b7496f.tar.gz historical-0f9781f54b45b2e93981f58824f4053579b7496f.tar.bz2 historical-0f9781f54b45b2e93981f58824f4053579b7496f.zip |
better DEPEND/RDEPEND strings
Diffstat (limited to 'x11-misc/xcompmgr')
-rw-r--r-- | x11-misc/xcompmgr/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-0.1.ebuild | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xcompmgr/Manifest b/x11-misc/xcompmgr/Manifest index db3a981310c3..8aeb9236b374 100644 --- a/x11-misc/xcompmgr/Manifest +++ b/x11-misc/xcompmgr/Manifest @@ -1,4 +1,4 @@ -MD5 0c1e078381c4825b0a6f315f25065825 xcompmgr-0.1.ebuild 667 +MD5 220cc98b80c0277e2999c410fe2699e0 xcompmgr-0.1.ebuild 740 MD5 669541d4665e3f0e11f18ce79d739ff8 ChangeLog 466 MD5 ac1137a20503dcb8f9ba2939a2a766f6 metadata.xml 230 MD5 859309fa1fce28479350d2bc47d3209b files/digest-xcompmgr-0.1 64 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 |