diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:43:37 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:43:37 +0000 |
commit | d89d49b95bd693c2dede00c9d75019267ea54133 (patch) | |
tree | 776e9eb58444b18ad50654db45663498fde0af58 /x11-plugins/wmspaceclock | |
parent | Mark 0.38 stable on alpha (diff) | |
download | gentoo-2-d89d49b95bd693c2dede00c9d75019267ea54133.tar.gz gentoo-2-d89d49b95bd693c2dede00c9d75019267ea54133.tar.bz2 gentoo-2-d89d49b95bd693c2dede00c9d75019267ea54133.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmspaceclock')
-rw-r--r-- | x11-plugins/wmspaceclock/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/x11-plugins/wmspaceclock/ChangeLog b/x11-plugins/wmspaceclock/ChangeLog index 2e9ed0858218..a5206a2298e7 100644 --- a/x11-plugins/wmspaceclock/ChangeLog +++ b/x11-plugins/wmspaceclock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmspaceclock -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmspaceclock/ChangeLog,v 1.14 2005/12/01 14:08:48 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmspaceclock/ChangeLog,v 1.15 2006/01/31 20:43:37 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmspaceclock-1.2d.ebuild: + Fixed DEPEND for modular X. 01 Dec 2005; Michele Noberasco <s4t4n@gentoo.org> wmspaceclock-1.2d.ebuild: Added optional dependency to dev-libs/STLport (with local USE flag stlport). diff --git a/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild b/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild index 15fb3e5db118..2d3df6da491e 100644 --- a/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild +++ b/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild,v 1.7 2005/12/01 14:06:50 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmspaceclock/wmspaceclock-1.2d.ebuild,v 1.8 2006/01/31 20:43:37 nelchael Exp $ DESCRIPTION="A sexy anti-aliased dockapp clock" HOMEPAGE="http://wmspaceclock.sourceforge.net" @@ -9,11 +9,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc" IUSE="stlport" -DEPEND="virtual/libc - virtual/x11 - >=media-libs/gdk-pixbuf-0.20 +DEPEND=">=media-libs/gdk-pixbuf-0.20 >=sys-apps/sed-4 - stlport? ( >=dev-libs/STLport-4.6.2-r2 )" + stlport? ( >=dev-libs/STLport-4.6.2-r2 )" S=${WORKDIR}/spaceclock |