diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-06-28 10:47:37 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-06-28 10:47:37 +0000 |
commit | ee7b16318eec387dad7220709ba446bcbb42868b (patch) | |
tree | 4c2d97bd8f5359b9e8df7ce6f2383361872eb11c /kde-base | |
parent | Add correct python:2.7 dep (diff) | |
download | gentoo-2-ee7b16318eec387dad7220709ba446bcbb42868b.tar.gz gentoo-2-ee7b16318eec387dad7220709ba446bcbb42868b.tar.bz2 gentoo-2-ee7b16318eec387dad7220709ba446bcbb42868b.zip |
Remove USE flag that does nothing.
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kate/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kate/kate-4.10.4.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
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 <kensington@gentoo.org> kate-4.10.4.ebuild: + Remove USE flag that does nothing. 08 Jun 2013; Agostino Sarubbo <ago@gentoo.org> -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 |