diff options
author | Johannes Huber <johu@gentoo.org> | 2013-10-30 21:50:54 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-10-30 21:50:54 +0000 |
commit | cea88595bb91d15ff3ae00e864e6833208612cef (patch) | |
tree | 4ecbff4b3c63be7ea3f0722e5e29b547c0cf805a /kde-base | |
parent | Version bump; remove old (diff) | |
download | gentoo-2-cea88595bb91d15ff3ae00e864e6833208612cef.tar.gz gentoo-2-cea88595bb91d15ff3ae00e864e6833208612cef.tar.bz2 gentoo-2-cea88595bb91d15ff3ae00e864e6833208612cef.zip |
Add missing RDEPEND by Maks Verver <maksverver@geocities.com> wrt bug #489696.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/ktouch/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ktouch/ktouch-4.11.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog index 5f6cd3a181ba..871454bfde42 100644 --- a/kde-base/ktouch/ChangeLog +++ b/kde-base/ktouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ktouch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.280 2013/10/10 01:27:08 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.281 2013/10/30 21:50:54 johu Exp $ + + 30 Oct 2013; Johannes Huber <johu@gentoo.org> ktouch-4.11.2.ebuild: + Add missing RDEPEND by Maks Verver <maksverver@geocities.com> wrt bug #489696. 10 Oct 2013; Chris Reffett <creffett@gentoo.org> -ktouch-4.11.1.ebuild: Drop KDE SC 4.11.1 diff --git a/kde-base/ktouch/ktouch-4.11.2.ebuild b/kde-base/ktouch/ktouch-4.11.2.ebuild index 1620085e9250..bcda0a563d9a 100644 --- a/kde-base/ktouch/ktouch-4.11.2.ebuild +++ b/kde-base/ktouch/ktouch-4.11.2.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/ktouch/ktouch-4.11.2.ebuild,v 1.1 2013/10/09 23:03:50 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-4.11.2.ebuild,v 1.2 2013/10/30 21:50:54 johu Exp $ EAPI=5 @@ -14,4 +14,5 @@ IUSE="debug" RDEPEND=" $(add_kdebase_dep knotify) + $(add_kdebase_dep plasma-workspace) " |