diff options
-rw-r--r-- | app-admin/fam/fam-2.7.0_p17_p3.ebuild | 6 |
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 |