diff options
author | Sergey Kuleshov <sergey@gentoo.org> | 2004-11-26 19:46:41 +0000 |
---|---|---|
committer | Sergey Kuleshov <sergey@gentoo.org> | 2004-11-26 19:46:41 +0000 |
commit | 7af94c19d7af9afc8daded295a38a95d4ba5ec17 (patch) | |
tree | 4b2f48b57b7fea204f70dbe77e98d1fe14111a66 /eclass/rox.eclass | |
parent | First commit. (bug #51996) (Manifest recommit) (diff) | |
download | gentoo-2-7af94c19d7af9afc8daded295a38a95d4ba5ec17.tar.gz gentoo-2-7af94c19d7af9afc8daded295a38a95d4ba5ec17.tar.bz2 gentoo-2-7af94c19d7af9afc8daded295a38a95d4ba5ec17.zip |
Forgot to change app-rox to rox-base...
Diffstat (limited to 'eclass/rox.eclass')
-rw-r--r-- | eclass/rox.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/rox.eclass b/eclass/rox.eclass index b16816f52018..b8cac025c940 100644 --- a/eclass/rox.eclass +++ b/eclass/rox.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/rox.eclass,v 1.1 2004/11/26 18:05:51 sergey Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/rox.eclass,v 1.2 2004/11/26 19:46:41 sergey Exp $ # Author: Sergey Kuleshov <svyatogor@gentoo.org> # @@ -15,16 +15,16 @@ if [ -z "$ROX_VER" ]; then fi DEPEND="${DEPEND} - >=app-rox/rox-$ROX_VER" + >=rox-base/rox-$ROX_VER" if [ -n "$ROX_LIB_VER" ]; then DEPEND="${DEPEND} - >=app-rox/rox-lib-$ROX_LIB_VER" + >=rox-base/rox-lib-$ROX_LIB_VER" fi if [ -n "$ROX_CLIB_VER" ]; then DEPEND="${DEPEND} - >=app-rox/rox-clib-$ROX_CLIB_VER" + >=rox-base/rox-clib-$ROX_CLIB_VER" fi |