net-dialup/freeradius: drop libtool from RDEPEND.
[gentoo.git] / dev-libs / xbyak / xbyak-5.73.ebuild
1 # Copyright 1999-2018 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="JIT assembler for x86(IA-32)/x64(AMD64, x86-64)"
7 HOMEPAGE="https://github.com/herumi/xbyak"
8 SRC_URI="https://github.com/herumi/xbyak/archive/v5.73.tar.gz -> ${P}.tar.gz"
9
10 LICENSE="BSD"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14
15 DEPEND=""
16 RDEPEND="${DEPEND}"
17 BDEPEND=""
18
19 src_compile() { :; }
20
21 src_install() {
22         emake install PREFIX="${D}/usr"
23 }