dev-util/ccache: arm64 stable (bug #725006)
[gentoo.git] / app-admin / rcm / rcm-1.3.1.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="rc file (dotfile) management"
7 HOMEPAGE="https://github.com/thoughtbot/rcm"
8 SRC_URI="https://thoughtbot.github.io/${PN}/dist/${P}.tar.gz"
9
10 LICENSE="BSD"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE="test"
14 RESTRICT="!test? ( test )"
15
16 DEPEND="test? ( dev-util/cram )"
17
18 src_test() {
19         emake -j1 check
20 }