blob: 8641153cb1c5ea5e07f76d86574ca910f7bb2e18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/dcopc/dcopc-3.3.1.ebuild,v 1.1 2004/11/06 17:23:32 danarmak Exp $
KMNAME=kdebindings
inherit kde-meta
DESCRIPTION="C bindings for DCOP"
KEYWORDS="~x86"
DEPEND="=dev-libs/glib-1.2*
=x11-libs/gtk+-1.2*"
# Make sure to compile this
PATCHES="$FILESDIR/remove-configure.diff"
|