From e13fd9d00b7f10ca869f0ec23d3cf187bfaa2ad4 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Sat, 22 Aug 2020 13:05:10 +0200 Subject: [PATCH] sys-libs/pam: Add a comment about a base version of the recipe --- .../third_party/coreos-overlay/sys-libs/pam/pam-1.5.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/pam/pam-1.5.1.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-libs/pam/pam-1.5.1.ebuild index f9d428c8af..43f14c3d0e 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/pam/pam-1.5.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/pam/pam-1.5.1.ebuild @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Flatcar: Based on pam-1.5.1.ebuild from commit +# 6acd106320ca6adf73a4a6607e4daa2b5cea8e30 in gentoo repo (see +# https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-libs/pam/pam-1.5.1.ebuild?id=6acd106320ca6adf73a4a6607e4daa2b5cea8e30). + EAPI=7 MY_P="Linux-${PN^^}-${PV}"