diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-09-30 01:34:56 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-09-30 01:34:56 +0000 |
commit | ebd899808cce4f38e835043597c6b76872407c13 (patch) | |
tree | 733fa7775b96772e4c2c9ea0f85c5eac9a830301 /x11-misc | |
parent | Add ~amd64 so I can use it. (diff) | |
download | gentoo-2-ebd899808cce4f38e835043597c6b76872407c13.tar.gz gentoo-2-ebd899808cce4f38e835043597c6b76872407c13.tar.bz2 gentoo-2-ebd899808cce4f38e835043597c6b76872407c13.zip |
Fix virtual/x11.
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/commonbox-utils/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/commonbox-utils/commonbox-utils-0.4.ebuild | 7 | ||||
-rw-r--r-- | x11-misc/commonbox-utils/files/digest-commonbox-utils-0.4 | 2 |
3 files changed, 11 insertions, 4 deletions
diff --git a/x11-misc/commonbox-utils/ChangeLog b/x11-misc/commonbox-utils/ChangeLog index 51c4c8ec841e..a8384db2df85 100644 --- a/x11-misc/commonbox-utils/ChangeLog +++ b/x11-misc/commonbox-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/commonbox-utils # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/ChangeLog,v 1.24 2006/02/16 19:36:05 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/ChangeLog,v 1.25 2006/09/30 01:34:56 robbat2 Exp $ + + 30 Sep 2006; Robin H. Johnson <robbat2@gentoo.org> + commonbox-utils-0.4.ebuild: + Fix virtual/x11. 16 Feb 2006; Mark Loeser <halcy0n@gentoo.org> Manifest: Fix Manifest diff --git a/x11-misc/commonbox-utils/commonbox-utils-0.4.ebuild b/x11-misc/commonbox-utils/commonbox-utils-0.4.ebuild index 1d9859a106a4..9cab02e6da88 100644 --- a/x11-misc/commonbox-utils/commonbox-utils-0.4.ebuild +++ b/x11-misc/commonbox-utils/commonbox-utils-0.4.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-misc/commonbox-utils/commonbox-utils-0.4.ebuild,v 1.14 2005/02/06 18:47:36 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/commonbox-utils-0.4.ebuild,v 1.15 2006/09/30 01:34:56 robbat2 Exp $ DESCRIPTION="Common utilities for fluxbox, blackbox, and openbox" HOMEPAGE="http://mkeadle.org/" @@ -12,7 +12,8 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa ~amd64 mips ia64 ppc64 ~ppc-macos" DEPEND="media-gfx/xv" -RDEPEND="virtual/x11" +RDEPEND="${DEPEND} + || ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )" src_compile() { ./compile.sh diff --git a/x11-misc/commonbox-utils/files/digest-commonbox-utils-0.4 b/x11-misc/commonbox-utils/files/digest-commonbox-utils-0.4 index 20837dfe6cc8..f6b43500d9da 100644 --- a/x11-misc/commonbox-utils/files/digest-commonbox-utils-0.4 +++ b/x11-misc/commonbox-utils/files/digest-commonbox-utils-0.4 @@ -1 +1,3 @@ MD5 48207094d0fd35bb0b4af15c751703cf commonbox-utils-0.4.tar.bz2 100805 +RMD160 fde7debc98ed2f26ef8aa8b81a4d9bb5339b0366 commonbox-utils-0.4.tar.bz2 100805 +SHA256 a4817239a90afae2163049d0c967f940f6af7cc6723e5f37d83ce8b32ce435c6 commonbox-utils-0.4.tar.bz2 100805 |