diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2003-01-17 00:50:09 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2003-01-17 00:50:09 +0000 |
commit | 06619b0e8fcc7cb13eec24f3f7a8b2e58a46e9c3 (patch) | |
tree | 3b71b3e87b80c8bc849beb223fe8403e98229e0d /eclass/commonbox.eclass | |
parent | fix for bug #14030 (sandbox violation) (diff) | |
download | gentoo-2-06619b0e8fcc7cb13eec24f3f7a8b2e58a46e9c3.tar.gz gentoo-2-06619b0e8fcc7cb13eec24f3f7a8b2e58a46e9c3.tar.bz2 gentoo-2-06619b0e8fcc7cb13eec24f3f7a8b2e58a46e9c3.zip |
Moving commonbox-* deps to RDEPEND
Diffstat (limited to 'eclass/commonbox.eclass')
-rw-r--r-- | eclass/commonbox.eclass | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/eclass/commonbox.eclass b/eclass/commonbox.eclass index e3218c845237..6b91d038ae4a 100644 --- a/eclass/commonbox.eclass +++ b/eclass/commonbox.eclass @@ -1,7 +1,7 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.14 2002/12/08 06:15:30 mkeadle Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.15 2003/01/17 00:50:09 mkeadle Exp $ # The commonbox eclass is designed to allow easier installation of the box # window managers such as blackbox and fluxbox and commonbox @@ -14,11 +14,12 @@ INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_compile src_install pkg_postinst -DEPEND="sys-apps/supersed +DEPEND="sys-apps/supersed" + +RDEPEND="nls? ( sys-devel/gettext ) x11-misc/commonbox-utils x11-themes/commonbox-styles" - -RDEPEND="nls? ( sys-devel/gettext )" + PROVIDE="virtual/blackbox" myconf="" |