summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Keadle <mkeadle@gentoo.org>2003-04-22 05:27:29 +0000
committerMatt Keadle <mkeadle@gentoo.org>2003-04-22 05:27:29 +0000
commitb0833e6b48643ded08d37d3766b0ab6ba0e81aec (patch)
tree2a5329b831e42df1013123995c1800d5ac7bbeba /eclass/commonbox.eclass
parentstill wokring on distcc/ccache (diff)
downloadgentoo-2-b0833e6b48643ded08d37d3766b0ab6ba0e81aec.tar.gz
gentoo-2-b0833e6b48643ded08d37d3766b0ab6ba0e81aec.tar.bz2
gentoo-2-b0833e6b48643ded08d37d3766b0ab6ba0e81aec.zip
added supersed to deps
Diffstat (limited to 'eclass/commonbox.eclass')
-rw-r--r--eclass/commonbox.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/commonbox.eclass b/eclass/commonbox.eclass
index 580819deb72d..b679191e84b6 100644
--- a/eclass/commonbox.eclass
+++ b/eclass/commonbox.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.17 2003/02/16 04:26:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.18 2003/04/22 05:27:29 mkeadle Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -15,7 +15,8 @@ INHERITED="$INHERITED $ECLASS"
EXPORT_FUNCTIONS src_compile src_install pkg_postinst
-DEPEND="dev-util/pkgconfig"
+DEPEND="dev-util/pkgconfig
+ sys-apps/supersed"
RDEPEND="nls? ( sys-devel/gettext )
x11-misc/commonbox-utils