diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-24 04:01:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-24 04:01:00 +0000 |
commit | 4940fc87540487302094c43daabbfda16d8ee648 (patch) | |
tree | 97f78fa4eccce34a147fe6e28e8ae1301488cb4c /app-i18n/koffice-i18n | |
parent | initial commit; ebuild submitted by CJ Kucera via bug 39202 (diff) | |
download | historical-4940fc87540487302094c43daabbfda16d8ee648.tar.gz historical-4940fc87540487302094c43daabbfda16d8ee648.tar.bz2 historical-4940fc87540487302094c43daabbfda16d8ee648.zip |
get rid of stupid warning in global scope
Diffstat (limited to 'app-i18n/koffice-i18n')
-rw-r--r-- | app-i18n/koffice-i18n/koffice-i18n-1.2.1-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app-i18n/koffice-i18n/koffice-i18n-1.2.1-r1.ebuild b/app-i18n/koffice-i18n/koffice-i18n-1.2.1-r1.ebuild index 2ac5fb3d2a34..25bf07db5e7a 100644 --- a/app-i18n/koffice-i18n/koffice-i18n-1.2.1-r1.ebuild +++ b/app-i18n/koffice-i18n/koffice-i18n-1.2.1-r1.ebuild @@ -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/app-i18n/koffice-i18n/koffice-i18n-1.2.1-r1.ebuild,v 1.2 2003/09/25 19:50:29 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/koffice-i18n/koffice-i18n-1.2.1-r1.ebuild,v 1.3 2004/01/24 04:01:00 vapier Exp $ inherit kde need-kde 3 @@ -32,10 +32,6 @@ USE="${USE} ${LINGUAS}" # this ebuild after your LINGUAS changes. if [ -z "${LINGUAS}" ]; then - ewarn "Using the LINGUAS environment variable, you can download only" - ewarn "language packages you are interested in. Currently you are" - ewarn "downloading all languages available." - SRC_URI="$BASEDIR/koffice-i18n-${MY_PV}.tar.bz2" else for pkg in $LANGS |