dev-libs/tomsfastmath: keyworded 0.13.1 for ppc, bug #725414
[gentoo.git] / dev-lisp / roswell / roswell-19.12.13.103.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit autotools
7
8 DESCRIPTION="A lisp installer and launcher for major environment"
9 HOMEPAGE="https://github.com/roswell/roswell"
10 SRC_URI="https://github.com/roswell/roswell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
12 SLOT="0"
13 LICENSE="MIT"
14
15 KEYWORDS="~amd64 ~x86"
16
17 # File collision, #691754
18 RDEPEND="!net-libs/librouteros"
19
20 src_prepare() {
21         default
22         eautoreconf
23 }