From ee7b16318eec387dad7220709ba446bcbb42868b Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Fri, 28 Jun 2013 10:47:37 +0000 Subject: Remove USE flag that does nothing. (Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C) --- kde-base/kate/ChangeLog | 5 ++++- kde-base/kate/kate-4.10.4.ebuild | 5 ++--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'kde-base') diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog index 0c8b788c8b96..7cd56b5a4eb4 100644 --- a/kde-base/kate/ChangeLog +++ b/kde-base/kate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kate # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.283 2013/06/08 17:33:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.284 2013/06/28 10:47:37 kensington Exp $ + + 28 Jun 2013; Michael Palimaka kate-4.10.4.ebuild: + Remove USE flag that does nothing. 08 Jun 2013; Agostino Sarubbo -kate-4.10.2.ebuild: Remove old diff --git a/kde-base/kate/kate-4.10.4.ebuild b/kde-base/kate/kate-4.10.4.ebuild index 5c1af8bae366..d2dd47811139 100644 --- a/kde-base/kate/kate-4.10.4.ebuild +++ b/kde-base/kate/kate-4.10.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.4.ebuild,v 1.1 2013/06/04 18:22:00 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.4.ebuild,v 1.2 2013/06/28 10:47:37 kensington Exp $ EAPI=5 KDE_HANDBOOK="optional" @@ -11,7 +11,7 @@ inherit python-single-r1 kde4-meta DESCRIPTION="Kate is an MDI texteditor." KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +plasma python" +IUSE="debug python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -37,7 +37,6 @@ pkg_setup() { src_configure() { mycmakeargs=( $(cmake-utils_use_build python pate) - $(cmake-utils_use_with plasma) ) kde4-meta_src_configure -- cgit v1.2.3-65-gdbad