dev-python/csv23: arm64 keyworded (bug #719700)
[gentoo.git] / net-misc / tipcutils / tipcutils-2.0.3.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 inherit eutils
7
8 DESCRIPTION="Utilities for TIPC (Transparent Inter-Process Communication)"
9 HOMEPAGE="http://tipc.sourceforge.net"
10 SRC_URI="mirror://sourceforge/tipc/${P}.tar.gz"
11
12 LICENSE="|| ( BSD-2 GPL-2 )"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15
16 DEPEND=">=sys-kernel/linux-headers-2.6.39"
17
18 DOCS=( README )
19
20 src_prepare() {
21         epatch_user
22 }