diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:53:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:22:01 +0100 |
commit | 2623cc44815400f758f93c335f15f74726db2775 (patch) | |
tree | dc99597036faab17f0e72a0eb6a7d44528bc06b7 /sys-apps | |
parent | sys-apps/msr-tools: eutils-- (diff) | |
download | gentoo-2623cc44815400f758f93c335f15f74726db2775.tar.gz gentoo-2623cc44815400f758f93c335f15f74726db2775.tar.bz2 gentoo-2623cc44815400f758f93c335f15f74726db2775.zip |
sys-apps/proot: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/proot/proot-5.1.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/proot/proot-5.1.0-r2.ebuild b/sys-apps/proot/proot-5.1.0-r2.ebuild index 0b43af65d9a5..cca458ee3e86 100644 --- a/sys-apps/proot/proot-5.1.0-r2.ebuild +++ b/sys-apps/proot/proot-5.1.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 MY_PN="PRoot" -inherit eutils toolchain-funcs +inherit toolchain-funcs SRC_URI="https://github.com/proot-me/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" |