diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-17 07:50:48 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-01-17 07:50:48 +0000 |
commit | 0d017e352bf1728f3c9f084d4c05cf2de1014320 (patch) | |
tree | 3dcbe7e632c7a095797893020ec35ac8eacc55a2 /x11-themes/commonbox-styles | |
parent | Stable on hppa. (diff) | |
download | historical-0d017e352bf1728f3c9f084d4c05cf2de1014320.tar.gz historical-0d017e352bf1728f3c9f084d4c05cf2de1014320.tar.bz2 historical-0d017e352bf1728f3c9f084d4c05cf2de1014320.zip |
Fix dep for modular-x.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-themes/commonbox-styles')
-rw-r--r-- | x11-themes/commonbox-styles/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/commonbox-styles/Manifest | 6 | ||||
-rw-r--r-- | x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild | 6 |
3 files changed, 12 insertions, 8 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/Manifest b/x11-themes/commonbox-styles/Manifest index 42367115bd52..6d241eabe48f 100644 --- a/x11-themes/commonbox-styles/Manifest +++ b/x11-themes/commonbox-styles/Manifest @@ -1,4 +1,4 @@ -MD5 7e68b1980dcfba242c8ed413ffde3a75 ChangeLog 3511 -MD5 a37014afeaf359d3db7f907ca4d10aa6 commonbox-styles-0.6.ebuild 753 -MD5 de081dca0e5f4a2b0813ff1f7f7ebfab metadata.xml 256 +MD5 804558af5703226fc57896003101e44f ChangeLog 3622 +MD5 c4f77fdb4ff1cd8cc2d8dc535b9e81d8 commonbox-styles-0.6.ebuild 795 MD5 34b1243aeeafc9132e1c7217c2119d22 files/digest-commonbox-styles-0.6 73 +MD5 de081dca0e5f4a2b0813ff1f7f7ebfab metadata.xml 256 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 () { |