diff options
Diffstat (limited to 'kde-base/kdebase/kdebase-3.1.1a.ebuild')
-rw-r--r-- | kde-base/kdebase/kdebase-3.1.1a.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kde-base/kdebase/kdebase-3.1.1a.ebuild b/kde-base/kdebase/kdebase-3.1.1a.ebuild index 17f1479513fd..bd9a44c0b183 100644 --- a/kde-base/kdebase/kdebase-3.1.1a.ebuild +++ b/kde-base/kdebase/kdebase-3.1.1a.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/kde-base/kdebase/kdebase-3.1.1a.ebuild,v 1.4 2003/05/16 21:22:17 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.1.1a.ebuild,v 1.5 2003/09/06 23:54:21 msterret Exp $ inherit kde-dist eutils IUSE="ldap pam motif encode oggvorbis cups ssl opengl samba java" @@ -19,7 +19,7 @@ newdepend ">=media-sound/cdparanoia-3.9.8 opengl? ( virtual/opengl ) samba? ( net-fs/samba ) java? ( virtual/jdk ) - >=media-libs/freetype-2" + >=media-libs/freetype-2" # lm_sensors? ( ?/lm_sensors ) # ebuild doesn't exist yet RDEPEND="$RDEPEND sys-apps/eject" @@ -74,7 +74,7 @@ ${KDEDIR}/bin/startkde" > kde-${PV} ${FILESDIR}/${PVR}/kdmrc > kdmrc cp ${FILESDIR}/${PVR}/backgroundrc . - #backup splashscreen images, so they can be put back when unmerging + #backup splashscreen images, so they can be put back when unmerging #mosfet or so. if [ ! -d ${KDEDIR}/share/apps/ksplash.default ] then @@ -95,10 +95,10 @@ ${KDEDIR}/bin/startkde" > kde-${PV} pkg_postinst() { mkdir -p ${KDEDIR}/share/templates/.source/emptydir - + einfo "If you want to floppy:/ kioslave to work, please emerge the mtools package." einfo "This ioslave allows you to use fat/vfat filesystems (not only on floppies)" einfo "without mounting them. If you don't know what this is for, you can probably" einfo "go with the usual mounting method." - + } |