diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:27:37 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:27:37 +0000 |
commit | c6a1ddda0223af440f743a1503f21afe5eaabd40 (patch) | |
tree | 3e7fb4808842a732e29caadae0fa9803a1178f2b /x11-plugins/wmblob | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-c6a1ddda0223af440f743a1503f21afe5eaabd40.tar.gz gentoo-2-c6a1ddda0223af440f743a1503f21afe5eaabd40.tar.bz2 gentoo-2-c6a1ddda0223af440f743a1503f21afe5eaabd40.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmblob')
-rw-r--r-- | x11-plugins/wmblob/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmblob/wmblob-1.0.1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-plugins/wmblob/ChangeLog b/x11-plugins/wmblob/ChangeLog index adfeb243857f..b3fa665fa00c 100644 --- a/x11-plugins/wmblob/ChangeLog +++ b/x11-plugins/wmblob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmblob -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.6 2005/07/10 21:31:59 smithj Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.7 2006/01/24 22:24:55 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmblob-1.0.1.ebuild: + Fixed DEPEND for modular X. 10 Jul 2005; Jonathan Smith <smithj@gentoo.org> -files/gentoo-cflags.patch, +files/wmblob-configure-fixes.patch, diff --git a/x11-plugins/wmblob/wmblob-1.0.1.ebuild b/x11-plugins/wmblob/wmblob-1.0.1.ebuild index ea77dece80d4..2724fe15a4f9 100644 --- a/x11-plugins/wmblob/wmblob-1.0.1.ebuild +++ b/x11-plugins/wmblob/wmblob-1.0.1.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/wmblob/wmblob-1.0.1.ebuild,v 1.6 2005/07/10 21:31:59 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/wmblob-1.0.1.ebuild,v 1.7 2006/01/24 22:24:55 nelchael Exp $ inherit eutils @@ -10,8 +10,7 @@ DESCRIPTION="wmblob shows some blobs moving around" SRC_URI="http://dockapps.org/download.php/id/440/${P}.tar.bz2" HOMEPAGE="http://dockapps.org/file.php/id/155" -DEPEND="virtual/x11 - >=x11-libs/pango-1.4.0 +DEPEND=">=x11-libs/pango-1.4.0 >=x11-libs/gtk+-2.4.1 >=dev-util/pkgconfig-0.15.0" |