diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:24:02 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:24:02 +0000 |
commit | 07fd1d8ecd9a917313e53982a9ed2d24a23be199 (patch) | |
tree | 02c0e3b1eba605be75cf41cc480a4cb67955b3e1 /x11-plugins/wmsystray | |
parent | Mark 1.89 stable on alpha (diff) | |
download | historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.tar.gz historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.tar.bz2 historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-plugins/wmsystray')
-rw-r--r-- | x11-plugins/wmsystray/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmsystray/wmsystray-0.1.1.ebuild | 11 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-plugins/wmsystray/ChangeLog b/x11-plugins/wmsystray/ChangeLog index 426c7436ad89..9f2f1658b482 100644 --- a/x11-plugins/wmsystray/ChangeLog +++ b/x11-plugins/wmsystray/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsystray -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/ChangeLog,v 1.7 2005/07/25 15:00:41 blubb Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/ChangeLog,v 1.8 2006/01/31 20:58:16 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmsystray-0.1.1.ebuild: + Fixed DEPEND for modular X. 25 Jul 2005; Simon Stelling <blubb@gentoo.org> wmsystray-0.1.1.ebuild: stable on amd64 diff --git a/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild b/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild index 019b47eaad53..857d01d682f8 100644 --- a/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild +++ b/x11-plugins/wmsystray/wmsystray-0.1.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/wmsystray/wmsystray-0.1.1.ebuild,v 1.7 2005/07/25 15:00:41 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystray/wmsystray-0.1.1.ebuild,v 1.8 2006/01/31 20:58:16 nelchael Exp $ inherit eutils @@ -10,8 +10,11 @@ DESCRIPTION="Window Maker dock app that provides a system tray for GNOME/KDE app SRC_URI="http://kai.vm.bytemark.co.uk/~arashi/wmsystray/release/${P}.tar.bz2" HOMEPAGE="http://kai.vm.bytemark.co.uk/~arashi/wmsystray/" -DEPEND="virtual/x11" -RDEPEND="" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND}" SLOT="0" LICENSE="GPL-2" |