mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +02:00
sys-auth/pambase: EAPI 8, fix pkgcheck issues
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
parent
316db0e09b
commit
1d67a65414
@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<longdescription lang="en">
|
<upstream>
|
||||||
</longdescription>
|
<remote-id type="github">flatcar/baselayout</remote-id>
|
||||||
|
</upstream>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
@ -1,17 +1,14 @@
|
|||||||
# Copyright 1999-2014 Gentoo Foundation
|
# Copyright 1999-2014 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=6
|
EAPI=8
|
||||||
|
|
||||||
DESCRIPTION="Compatibility ebuild stub for CoreOS"
|
DESCRIPTION="Compatibility ebuild stub for Flatcar"
|
||||||
HOMEPAGE="https://github.com/coreos/baselayout"
|
HOMEPAGE="https://github.com/flatcar/baselayout"
|
||||||
SRC_URI=""
|
|
||||||
|
|
||||||
LICENSE="metapackage"
|
LICENSE="metapackage"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND=">=sys-apps/baselayout-3.6
|
RDEPEND=">=sys-apps/baselayout-3.6
|
||||||
>=sys-libs/pam-1.4"
|
>=sys-libs/pam-1.4"
|
||||||
DEPEND=""
|
|
||||||
|
Loading…
Reference in New Issue
Block a user