app-portage/portage-utils: sparc stable wrt bug #722778
[gentoo.git] / app-portage / euses / euses-2.6.0.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 DESCRIPTION="look up USE flag descriptions fast"
7 HOMEPAGE="https://www.xs4all.nl/~rooversj/gentoo"
8 SRC_URI="https://www.xs4all.nl/~rooversj/gentoo/${P}.tar.bz2"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
13
14 S=${WORKDIR}
15
16 src_install() {
17         dobin ${PN}
18         doman ${PN}.1
19         dodoc ChangeLog
20 }