From 68585550696d7d65e65985a3fa84b56ab7384882 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 26 Sep 2020 17:29:50 +0100 Subject: flx/lsb: move to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 --- flx/lsb/lsb-0.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'flx') diff --git a/flx/lsb/lsb-0.ebuild b/flx/lsb/lsb-0.ebuild index 8d4901ff..e35bce18 100644 --- a/flx/lsb/lsb-0.ebuild +++ b/flx/lsb/lsb-0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="base directory" HOMEPAGE="http://formilux.org" @@ -12,9 +12,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - src_unpack () { mkdir "${S}" } @@ -32,5 +29,5 @@ src_install () { dodir /sys dodir /var/{tmp,run,state,lib,spool,log} - dosym /var/tmp /tmp + dosym ../var/tmp /tmp } -- cgit v1.2.3