app-eselect/eselect-python: ppc stable wrt bug #709778
[gentoo.git] / app-eselect / eselect-timezone / eselect-timezone-0.2.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Manages timezone selection"
7 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
8 SRC_URI="https://dev.gentoo.org/~junghans/distfiles/${P}.tar.xz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="amd64 arm ~arm64 x86"
13 IUSE=""
14
15 src_install() {
16         insinto /usr/share/eselect/modules
17         doins timezone.eselect
18 }