app-eselect/eselect-lib-bin-symlink: Bump to EAPI 7
[gentoo.git] / app-eselect / eselect-lib-bin-symlink / eselect-lib-bin-symlink-9999.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit autotools git-r3
7
8 DESCRIPTION="An eselect library to manage executable symlinks"
9 HOMEPAGE="https://github.com/mgorny/eselect-lib-bin-symlink/"
10 EGIT_REPO_URI="https://github.com/mgorny/eselect-lib-bin-symlink.git"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS=""
15 IUSE=""
16
17 RDEPEND="app-admin/eselect"
18
19 src_prepare() {
20         default
21         eautoreconf
22 }