blob: 0a24ae2b3e0c522d437cf7f7a91ad43f8308122e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/dcoppython/dcoppython-3.3.1.ebuild,v 1.1 2004/11/06 17:23:32 danarmak Exp $
KMNAME=kdebindings
inherit kde-meta
DESCRIPTION="KDE: Python bindings for DCOP"
KEYWORDS="~x86"
IUSE=""
DEPEND="virtual/python"
PATCHES="$FILESDIR/no-gtk-glib-check.diff"
|