summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-11 23:52:18 +0100
committerSam James <sam@gentoo.org>2021-04-12 02:06:58 +0100
commit4504c87d4e61e6930deca5b129b550e0d68460e7 (patch)
tree5f96566d0a1d16c86c5dc8fac773651c51fdafa0 /app-admin/fam/fam-2.7.0_p17_p3.ebuild
parentsys-kernel/git-sources: Version bump to 5.12-rc7 (diff)
downloadgentoo-4504c87d4e61e6930deca5b129b550e0d68460e7.tar.gz
gentoo-4504c87d4e61e6930deca5b129b550e0d68460e7.tar.bz2
gentoo-4504c87d4e61e6930deca5b129b550e0d68460e7.zip
app-admin/fam: add missing edos2unix inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/fam/fam-2.7.0_p17_p3.ebuild')
-rw-r--r--app-admin/fam/fam-2.7.0_p17_p3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-admin/fam/fam-2.7.0_p17_p3.ebuild b/app-admin/fam/fam-2.7.0_p17_p3.ebuild
index 8188a88c1b52..5d25296fe157 100644
--- a/app-admin/fam/fam-2.7.0_p17_p3.ebuild
+++ b/app-admin/fam/fam-2.7.0_p17_p3.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools flag-o-matic multilib-minimal toolchain-funcs
+
+inherit autotools edos2unix flag-o-matic multilib-minimal toolchain-funcs
FAM_PV="${PV/_p*/}"
DEBIAN_PATCH="${PV#*_p}"
@@ -13,6 +14,7 @@ SRC_URI="
mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${FAM_PV}.orig.tar.gz
mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${FAM_PV}-${DEBIAN_PATCH}.diff.gz
"
+S="${WORKDIR}"/${PN}-${FAM_PV}
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
@@ -28,7 +30,7 @@ RDEPEND="
${DEPEND}
"
DOCS=( AUTHORS ChangeLog INSTALL NEWS TODO README )
-S=${WORKDIR}/${PN}-${FAM_PV}
+
PATCHES=(
"${FILESDIR}"/${PN}-${FAM_PV}-AM_CONFIG_HEADER.patch
"${FILESDIR}"/${PN}-${FAM_PV}-bindresvport.patch #729120