diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2007-06-09 20:11:01 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2007-06-09 20:11:01 +0000 |
commit | cc57c412c846e4537505edf3b2ba6a2b5786d357 (patch) | |
tree | 56b946b36383d0bc36b41a4c6ca0f1f5a8bfbaeb /x11-themes/fvwm-crystal | |
parent | add bug # to last changelog entry (diff) | |
download | gentoo-2-cc57c412c846e4537505edf3b2ba6a2b5786d357.tar.gz gentoo-2-cc57c412c846e4537505edf3b2ba6a2b5786d357.tar.bz2 gentoo-2-cc57c412c846e4537505edf3b2ba6a2b5786d357.zip |
Added optional dep on x11-misc/stalonetray.
(Portage version: 2.1.2.9)
Diffstat (limited to 'x11-themes/fvwm-crystal')
-rw-r--r-- | x11-themes/fvwm-crystal/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.0.5.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-themes/fvwm-crystal/ChangeLog b/x11-themes/fvwm-crystal/ChangeLog index dfb5e3eaa6b3..a56d593f6bbc 100644 --- a/x11-themes/fvwm-crystal/ChangeLog +++ b/x11-themes/fvwm-crystal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/fvwm-crystal # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.47 2007/06/09 07:34:30 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.48 2007/06/09 20:11:01 lucass Exp $ + + 09 Jun 2007; Lukasz Strzygowski <lucass@gentoo.org> + fvwm-crystal-3.0.5.ebuild: + Added optional dep on x11-misc/stalonetray. *fvwm-crystal-3.0.5 (09 Jun 2007) diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5.ebuild index 3bfbe9790270..7e4d63e8b97f 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5.ebuild,v 1.1 2007/06/09 07:34:30 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5.ebuild,v 1.2 2007/06/09 20:11:01 lucass Exp $ DESCRIPTION="Configurable and full featured theme for FVWM, with lots of transparency." HOMEPAGE="http://fvwm-crystal.org/" @@ -11,8 +11,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=x11-wm/fvwm-2.5.13 media-gfx/imagemagick - x11-misc/trayer - || ( >=x11-misc/habak-0.2.4.1 x11-misc/hsetroot )" + || ( x11-misc/stalonetray x11-misc/trayer ) + || ( x11-misc/habak x11-misc/hsetroot )" src_compile() { einfo "There is nothing to compile." |