diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-03-17 09:54:03 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-03-17 09:54:03 +0000 |
commit | 08f8d3ec1e0a6ee20b1f126e41363fc9e6e86ba6 (patch) | |
tree | 6b367346d97cac581a45f35fed46ac11bf36d424 /dev-util/kdevelop-python | |
parent | Add ~s390, wrt bug #490374 (diff) | |
download | gentoo-2-08f8d3ec1e0a6ee20b1f126e41363fc9e6e86ba6.tar.gz gentoo-2-08f8d3ec1e0a6ee20b1f126e41363fc9e6e86ba6.tar.bz2 gentoo-2-08f8d3ec1e0a6ee20b1f126e41363fc9e6e86ba6.zip |
Remove unused dependency wrt bug #478504.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-util/kdevelop-python')
-rw-r--r-- | dev-util/kdevelop-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-util/kdevelop-python/ChangeLog b/dev-util/kdevelop-python/ChangeLog index 11845426d4db..6c905c2f0b53 100644 --- a/dev-util/kdevelop-python/ChangeLog +++ b/dev-util/kdevelop-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/kdevelop-python # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.9 2014/03/12 12:13:24 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.10 2014/03/17 09:54:03 kensington Exp $ + + 17 Mar 2014; Michael Palimaka <kensington@gentoo.org> + kdevelop-python-1.6.0.ebuild: + Remove unused dependency wrt bug #478504. *kdevelop-python-1.6.0 (12 Mar 2014) diff --git a/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild index 3ce92ce53b7f..2f64ebea40a7 100644 --- a/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.6.0.ebuild,v 1.1 2014/03/12 12:13:24 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild,v 1.2 2014/03/17 09:54:03 kensington Exp $ EAPI=5 @@ -28,14 +28,11 @@ HOMEPAGE="http://www.kdevelop.org" LICENSE="GPL-2" IUSE="debug" -COMMON_DEPEND=" +DEPEND=" >=dev-util/kdevplatform-${KDEVPLATFORM_VERSION} " -DEPEND="${COMMON_DEPEND} - >=dev-util/kdevelop-pg-qt-1.0.0 -" RDEPEND=" - ${COMMON_DEPEND} + ${DEPEND} dev-util/kdevelop " |