diff options
author | Pavlos Ratis <dastergon@gentoo.org> | 2012-12-12 12:26:18 +0000 |
---|---|---|
committer | Pavlos Ratis <dastergon@gentoo.org> | 2012-12-12 12:26:18 +0000 |
commit | 4fdd2cfcfcbfabc52cc8fcb71d90f953ba419986 (patch) | |
tree | 178aa512f9d03db6535c38769ccf36db54c9dea4 /dev-util | |
parent | Use udev.eclass and udev_dorules to install rules into correct directory wrt ... (diff) | |
download | gentoo-2-4fdd2cfcfcbfabc52cc8fcb71d90f953ba419986.tar.gz gentoo-2-4fdd2cfcfcbfabc52cc8fcb71d90f953ba419986.tar.bz2 gentoo-2-4fdd2cfcfcbfabc52cc8fcb71d90f953ba419986.zip |
adding missing kdevplatform dependency, wrt bug #446938
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 0x3A051746)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/kdevelop-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/kdevelop-python/kdevelop-python-1.4.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/kdevelop-python/ChangeLog b/dev-util/kdevelop-python/ChangeLog index 500406fbc069..acc35b60a544 100644 --- a/dev-util/kdevelop-python/ChangeLog +++ b/dev-util/kdevelop-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/kdevelop-python # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.1 2012/12/04 19:49:44 dastergon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.2 2012/12/12 12:26:18 dastergon Exp $ + + 12 Dec 2012; Pavlos Ratis <dastergon@gentoo.org> kdevelop-python-1.4.1.ebuild: + adding missing kdevplatform dependency, wrt bug #446938 *kdevelop-python-1.4.1 (04 Dec 2012) diff --git a/dev-util/kdevelop-python/kdevelop-python-1.4.1.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.4.1.ebuild index 4e7f6a772817..b2ad500c2e4b 100644 --- a/dev-util/kdevelop-python/kdevelop-python-1.4.1.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.4.1.ebuild,v 1.1 2012/12/04 19:49:44 dastergon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.4.1.ebuild,v 1.2 2012/12/12 12:26:18 dastergon Exp $ EAPI=4 @@ -33,6 +33,7 @@ IUSE="debug" DEPEND=" >=dev-util/kdevelop-pg-qt-1.0.0 + >=dev-util/kdevplatform-1.3.60 dev-util/kdevelop " RDEPEND="${DEPEND}" |