summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/xparts/ChangeLog8
-rw-r--r--kde-base/xparts/xparts-3.5.0.ebuild7
-rw-r--r--kde-base/xparts/xparts-3.5.8.ebuild8
3 files changed, 15 insertions, 8 deletions
diff --git a/kde-base/xparts/ChangeLog b/kde-base/xparts/ChangeLog
index f0087487c06d..e7cc1dcf2813 100644
--- a/kde-base/xparts/ChangeLog
+++ b/kde-base/xparts/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/xparts
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/xparts/ChangeLog,v 1.23 2007/10/20 00:00:36 philantrop Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/xparts/ChangeLog,v 1.24 2008/02/03 14:36:19 zlin Exp $
+
+ 03 Feb 2008; Bo Ørsted Andresen <zlin@gentoo.org> xparts-3.5.0.ebuild,
+ xparts-3.5.8.ebuild:
+ Add missing dependency on dcopc.
*xparts-3.5.8 (19 Oct 2007)
diff --git a/kde-base/xparts/xparts-3.5.0.ebuild b/kde-base/xparts/xparts-3.5.0.ebuild
index 6326a87340f3..dceda5250778 100644
--- a/kde-base/xparts/xparts-3.5.0.ebuild
+++ b/kde-base/xparts/xparts-3.5.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/xparts/xparts-3.5.0.ebuild,v 1.10 2007/07/11 01:08:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/xparts/xparts-3.5.0.ebuild,v 1.11 2008/02/03 14:36:19 zlin Exp $
KMNAME=kdebindings
KMEXTRACTONLY="dcopc"
@@ -14,7 +14,8 @@ DESCRIPTION="Allows embedding of generic XParts as KDE KParts"
KEYWORDS="~amd64 ~x86" # broken according to upstream - 3.4a1 README
IUSE=""
DEPEND="=dev-libs/glib-1.2*
- =x11-libs/gtk+-1.2*"
+ =x11-libs/gtk+-1.2*
+ =kde-base/dcopc-3.5*"
PATCHES="$FILESDIR/no-gtk-glib-check.diff"
src_unpack() {
diff --git a/kde-base/xparts/xparts-3.5.8.ebuild b/kde-base/xparts/xparts-3.5.8.ebuild
index f044572f9079..cadf352b2e8a 100644
--- a/kde-base/xparts/xparts-3.5.8.ebuild
+++ b/kde-base/xparts/xparts-3.5.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/xparts/xparts-3.5.8.ebuild,v 1.1 2007/10/20 00:00:36 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/xparts/xparts-3.5.8.ebuild,v 1.2 2008/02/03 14:36:19 zlin Exp $
KMNAME=kdebindings
KMEXTRACTONLY="dcopc"
@@ -14,7 +14,9 @@ DESCRIPTION="Allows embedding of generic XParts as KDE KParts"
KEYWORDS="~amd64 ~x86" # broken according to upstream - 3.4a1 README
IUSE=""
DEPEND="=dev-libs/glib-1.2*
- =x11-libs/gtk+-1.2*"
+ =x11-libs/gtk+-1.2*
+ =kde-base/dcopc-3.5*"
+RDEPEND="${DEPEND}"
PATCHES="$FILESDIR/no-gtk-glib-check.diff"
src_unpack() {