mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 14:36:58 +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"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription lang="en">
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">flatcar/baselayout</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
@ -1,17 +1,14 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Compatibility ebuild stub for CoreOS"
|
||||
HOMEPAGE="https://github.com/coreos/baselayout"
|
||||
SRC_URI=""
|
||||
DESCRIPTION="Compatibility ebuild stub for Flatcar"
|
||||
HOMEPAGE="https://github.com/flatcar/baselayout"
|
||||
|
||||
LICENSE="metapackage"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=sys-apps/baselayout-3.6
|
||||
>=sys-libs/pam-1.4"
|
||||
DEPEND=""
|
||||
|
Loading…
Reference in New Issue
Block a user