diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:34:10 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:34:10 +0000 |
commit | ec0e930cb8e6e35e24abeaf6d4dd0d0ae1b16bfa (patch) | |
tree | 6661b0e3e3dc6280ecf76afde0de88934e05ed9b /x11-plugins/wmblob | |
parent | Fix use-flag check thanks to flameeyes, remove old versions (diff) | |
download | historical-ec0e930cb8e6e35e24abeaf6d4dd0d0ae1b16bfa.tar.gz historical-ec0e930cb8e6e35e24abeaf6d4dd0d0ae1b16bfa.tar.bz2 historical-ec0e930cb8e6e35e24abeaf6d4dd0d0ae1b16bfa.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-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" |