diff options
Diffstat (limited to 'x11-misc/dclock')
-rw-r--r-- | x11-misc/dclock/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/dclock/dclock-2.1.2_p5.ebuild | 15 |
2 files changed, 17 insertions, 5 deletions
diff --git a/x11-misc/dclock/ChangeLog b/x11-misc/dclock/ChangeLog index c470a2f3efdc..f7c6222eb376 100644 --- a/x11-misc/dclock/ChangeLog +++ b/x11-misc/dclock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/dclock -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dclock/ChangeLog,v 1.6 2004/09/09 21:28:35 kugelfang Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dclock/ChangeLog,v 1.7 2006/01/21 10:53:33 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> dclock-2.1.2_p5.ebuild: + Fixed DEPEND for modular X. 09 Sep 2004; Danny van Dyk <kugelfang@gentoo.org> dclock-2.1.2_p5.ebuild: Marked ~amd64. diff --git a/x11-misc/dclock/dclock-2.1.2_p5.ebuild b/x11-misc/dclock/dclock-2.1.2_p5.ebuild index 91e980a6f226..6ab072c4aaae 100644 --- a/x11-misc/dclock/dclock-2.1.2_p5.ebuild +++ b/x11-misc/dclock/dclock-2.1.2_p5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dclock/dclock-2.1.2_p5.ebuild,v 1.7 2004/09/09 21:28:35 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dclock/dclock-2.1.2_p5.ebuild,v 1.8 2006/01/21 10:53:33 nelchael Exp $ inherit eutils @@ -15,7 +15,16 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc ~amd64" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-misc/imake + x11-proto/xproto ) + virtual/x11 )" src_unpack() { unpack ${A} |