diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 23:02:45 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 23:02:45 +0000 |
commit | a6a055c3d4f420368d7acedef1de200b2c725152 (patch) | |
tree | d1172ee058f6338117c8ff250f301506f94ab433 /x11-plugins/wmdate | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-a6a055c3d4f420368d7acedef1de200b2c725152.tar.gz gentoo-2-a6a055c3d4f420368d7acedef1de200b2c725152.tar.bz2 gentoo-2-a6a055c3d4f420368d7acedef1de200b2c725152.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmdate')
-rw-r--r-- | x11-plugins/wmdate/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmdate/wmdate-0.7.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-plugins/wmdate/ChangeLog b/x11-plugins/wmdate/ChangeLog index b687142ac517..c55cf642bd93 100644 --- a/x11-plugins/wmdate/ChangeLog +++ b/x11-plugins/wmdate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmdate -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdate/ChangeLog,v 1.8 2005/05/15 00:47:48 luckyduck Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdate/ChangeLog,v 1.9 2006/01/24 22:59:20 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmdate-0.7.ebuild: + Fixed DEPEND for modular X. 15 May 2005; Jan Brinkmann <luckyduck@gentoo.org> wmdate-0.7.ebuild: stable on amd64 diff --git a/x11-plugins/wmdate/wmdate-0.7.ebuild b/x11-plugins/wmdate/wmdate-0.7.ebuild index 7a8a531ed4bf..09f0c50232a7 100644 --- a/x11-plugins/wmdate/wmdate-0.7.ebuild +++ b/x11-plugins/wmdate/wmdate-0.7.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/wmdate/wmdate-0.7.ebuild,v 1.8 2005/05/15 00:47:48 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdate/wmdate-0.7.ebuild,v 1.9 2006/01/24 22:59:20 nelchael Exp $ inherit eutils @@ -10,8 +10,7 @@ DESCRIPTION="yet another date-display dock application" SRC_URI="http://solfertje.student.utwente.nl/~dalroi/${PN}/files/${P}.tar.gz" HOMEPAGE="http://solfertje.student.utwente.nl/~dalroi/applications.php" -DEPEND="virtual/x11 - >=x11-libs/libdockapp-0.4.0-r1" +DEPEND="x11-libs/libdockapp" SLOT="0" LICENSE="GPL-2" |