diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 17:29:50 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:03 +0100 |
commit | 68585550696d7d65e65985a3fa84b56ab7384882 (patch) | |
tree | e1c4171492e38460a742799857aff038526e4cac /flx | |
parent | flx/init-wdd: move to EAPI 7 (diff) | |
download | portage-68585550696d7d65e65985a3fa84b56ab7384882.tar.xz |
flx/lsb: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'flx')
-rw-r--r-- | flx/lsb/lsb-0.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
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 } |