*/*: Specify EAPI=0 explicitly, to ease greps
[gentoo.git] / dev-libs / libatomic_ops / libatomic_ops-1.1.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=0
5
6 DESCRIPTION="Implementation for atomic memory update operations"
7 HOMEPAGE="http://www.hpl.hp.com/research/linux/atomic_ops/"
8 SRC_URI="http://www.hpl.hp.com/research/linux/atomic_ops/download/${P}.tar.gz"
9
10 LICENSE="MIT boehm-gc GPL-2+"
11 SLOT="0"
12 KEYWORDS="~amd64 -x86 -x86-fbsd"
13 IUSE=""
14
15 DEPEND=""
16 RDEPEND=""
17
18 src_install() {
19         emake pkgdatadir="/usr/share/doc/${PF}" DESTDIR="${D}" install
20 }