diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-07-25 16:13:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-07-25 16:13:44 +0000 |
commit | f82bb2f7dcbfe8d525a1a2aef22a9e8d9184998d (patch) | |
tree | 1cf1af7ae548462de84bac54fa5538671f107091 /dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild | |
parent | Fix automagic dep on alsa. https://github.com/gentoo/gentoo-portage-rsync-mir... (diff) | |
download | gentoo-2-f82bb2f7dcbfe8d525a1a2aef22a9e8d9184998d.tar.gz gentoo-2-f82bb2f7dcbfe8d525a1a2aef22a9e8d9184998d.tar.bz2 gentoo-2-f82bb2f7dcbfe8d525a1a2aef22a9e8d9184998d.zip |
Pin dependencies to slot :4, clean up redundant deps. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/174 by a17r.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild')
-rw-r--r-- | dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild index 4cb2634ba0af..f4d8e2bab935 100644 --- a/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild,v 1.3 2014/01/26 11:39:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild,v 1.4 2015/07/25 16:13:44 mgorny Exp $ EAPI=5 @@ -29,15 +29,11 @@ HOMEPAGE="http://www.kdevelop.org" LICENSE="GPL-2" IUSE="debug" -COMMON_DEPEND=" - >=dev-util/kdevplatform-1.4.60 -" -DEPEND="${COMMON_DEPEND} - >=dev-util/kdevelop-pg-qt-1.0.0 +DEPEND=" + >=dev-util/kdevelop-pg-qt-1.0.0:4 " RDEPEND=" - ${COMMON_DEPEND} - dev-util/kdevelop + dev-util/kdevelop:4 " RESTRICT="test" |