diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-11-16 12:50:42 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-11-16 12:50:42 +0000 |
commit | 722473d965b6095618040c07e72063470a138b8d (patch) | |
tree | 87e74ba62a1aa8a4c470bcec2471ee303785820a /eclass/kde-i18n.eclass | |
parent | A patch to define LIBXSLT_PUBLIC if undefined (this thing is only used on (diff) | |
download | gentoo-2-722473d965b6095618040c07e72063470a138b8d.tar.gz gentoo-2-722473d965b6095618040c07e72063470a138b8d.tar.bz2 gentoo-2-722473d965b6095618040c07e72063470a138b8d.zip |
This is the big multi-kdelibs & eclasses v4 commit. have fun, send bugreports!
Diffstat (limited to 'eclass/kde-i18n.eclass')
-rw-r--r-- | eclass/kde-i18n.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-i18n.eclass b/eclass/kde-i18n.eclass index ee13c6001491..3ece5cd27e7f 100644 --- a/eclass/kde-i18n.eclass +++ b/eclass/kde-i18n.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.4 2001/10/01 13:54:38 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.5 2001/11/16 12:50:41 danarmak Exp $ inherit kde kde.org || die ECLASS=kde-i18n @@ -9,7 +9,7 @@ S=${WORKDIR}/${PN} DESCRIPTION="KDE ${PV} - i18n: ${PN}" HOMEPAGE="http://www.kde.org/" -DEPEND=">=kde-base/kdelibs-${PV}" +need-kdelibs ${PV} PROVIDE="virtual/kde-i18n-${PV}" |