diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/commonbox-styles/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-themes/commonbox-styles/ChangeLog b/x11-themes/commonbox-styles/ChangeLog index 616ac412d530..5ab6730de4eb 100644 --- a/x11-themes/commonbox-styles/ChangeLog +++ b/x11-themes/commonbox-styles/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/commonbox-styles -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles/ChangeLog,v 1.24 2005/02/20 22:55:35 j4rg0n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles/ChangeLog,v 1.25 2006/01/17 07:50:48 robbat2 Exp $ + + 17 Jan 2006; Robin H. Johnson <robbat2@gentoo.org> + commonbox-styles-0.6.ebuild: + Fix dep for modular-x. 20 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org> commonbox-styles-0.6.ebuild: diff --git a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild b/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild index 0eb496ece447..703cdd666499 100644 --- a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild +++ b/x11-themes/commonbox-styles/commonbox-styles-0.6.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-themes/commonbox-styles/commonbox-styles-0.6.ebuild,v 1.16 2005/02/20 22:55:35 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild,v 1.17 2006/01/17 07:50:48 robbat2 Exp $ IUSE="" DESCRIPTION="Common styles for fluxbox, blackbox, and openbox." @@ -12,7 +12,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha hppa amd64 mips ia64 ppc64 ppc-macos" -RDEPEND="virtual/x11" +RDEPEND="|| ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )" src_install () { |