summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-09 14:15:19 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-09 14:15:19 +0000
commitc3a98b5d0913fa47765d1c0e8c8b107b414e81db (patch)
treed9a95efea30a3d0d19e955f186ce4b718af139ee /kde-base/kdelibs
parentamd64 (diff)
downloadhistorical-c3a98b5d0913fa47765d1c0e8c8b107b414e81db.tar.gz
historical-c3a98b5d0913fa47765d1c0e8c8b107b414e81db.tar.bz2
historical-c3a98b5d0913fa47765d1c0e8c8b107b414e81db.zip
hppa
Diffstat (limited to 'kde-base/kdelibs')
-rw-r--r--kde-base/kdelibs/kdelibs-3.2.0.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/kde-base/kdelibs/kdelibs-3.2.0.ebuild b/kde-base/kdelibs/kdelibs-3.2.0.ebuild
index c57d9daae212..5da69cd11fab 100644
--- a/kde-base/kdelibs/kdelibs-3.2.0.ebuild
+++ b/kde-base/kdelibs/kdelibs-3.2.0.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.2.0.ebuild,v 1.4 2004/02/05 16:42:23 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.2.0.ebuild,v 1.5 2004/02/09 14:15:19 vapier Exp $
inherit kde
need-autoconf 2.5
set-kdedir ${PV}
-IUSE="alsa cups ipv6 ssl doc ldap"
DESCRIPTION="KDE libraries needed by all kde programs"
-KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
HOMEPAGE="http//www.kde.org/"
-SLOT="3.2"
-LICENSE="GPL-2 LGPL-2"
SRC_URI="mirror://kde/stable/${PV/3.2.0/3.2}/src/${PN}-${PV}.tar.bz2"
+LICENSE="GPL-2 LGPL-2"
+SLOT="3.2"
+KEYWORDS="~x86 ~ppc ~sparc hppa ~amd64"
+IUSE="alsa cups ipv6 ssl doc ldap"
+
# kde.eclass has kdelibs in DEPEND, and we can't have that in here.
# so we recreate the entire DEPEND from scratch.
DEPEND=">=sys-devel/autoconf-2.58
@@ -32,8 +33,7 @@ DEPEND=">=sys-devel/autoconf-2.58
sys-devel/gettext
~kde-base/arts-1.2.0
>=x11-libs/qt-3.2.0"
-
-RDEPEND="$DEPEND
+RDEPEND="${DEPEND}
app-text/sgml-common
cups? ( net-print/cups )
doc? ( app-doc/doxygen )
@@ -45,7 +45,6 @@ src_unpack() {
}
src_compile() {
-
kde_src_compile myconf
myconf="$myconf --with-distribution=Gentoo --enable-libfam --enable-dnotify"