diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-12 21:14:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-12 21:14:49 +0000 |
commit | f71f30a881543804f7fc5c866b1594ad65cc40f2 (patch) | |
tree | 15e00335facfcd19b542c068ca286295f3ab9ad2 /kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild | |
parent | Remove xmms useflag, disable by default. (diff) | |
download | historical-f71f30a881543804f7fc5c866b1594ad65cc40f2.tar.gz historical-f71f30a881543804f7fc5c866b1594ad65cc40f2.tar.bz2 historical-f71f30a881543804f7fc5c866b1594ad65cc40f2.zip |
Remove xmms useflag, disable by default.
Package-Manager: portage-2.1.2_rc1-r6
Diffstat (limited to 'kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild')
-rw-r--r-- | kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild index bfe32568507e..a4030b4e7005 100644 --- a/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild +++ b/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild,v 1.2 2006/11/07 09:28:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild,v 1.3 2006/11/12 21:11:00 flameeyes Exp $ inherit kde-dist eutils flag-o-matic DESCRIPTION="KDE network applications: Kopete, KPPP, KGet,..." KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="rdesktop sametime slp ssl wifi xmms" +IUSE="rdesktop sametime slp ssl wifi" SRC_URI="${SRC_URI} mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2" @@ -19,7 +19,6 @@ BOTH_DEPEND="~kde-base/kdebase-${PV} >=dev-libs/glib-2 app-crypt/qca sametime? ( =net-libs/meanwhile-1.0* ) - xmms? ( media-sound/xmms ) slp? ( net-libs/openslp ) wifi? ( net-wireless/wireless-tools ) || ( ( @@ -63,7 +62,7 @@ src_compile() { local myconf="--with-libidn $(use_enable sametime sametime-plugin) $(use_enable slp) $(use_with wifi) - $(use_with xmms) --without-external-libgadu" + --without-xmms --without-external-libgadu" kde_src_compile } |