mgorny 15/03/08 14:01:57 Added: freebsd-share-10.0-gentoo-eapi3.patch Log: Add FreeBSD 10.1 ebuilds, https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/46 by nigoro. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.1 sys-freebsd/freebsd-share/files/freebsd-share-10.0-gentoo-eapi3.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-share/files/freebsd-share-10.0-gentoo-eapi3.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-share/files/freebsd-share-10.0-gentoo-eapi3.patch?rev=1.1&content-type=text/plain Index: freebsd-share-10.0-gentoo-eapi3.patch =================================================================== diff --git a/share/i18n/esdb/Makefile.part b/share/i18n/esdb/Makefile.part index 9ca8577..329e9fb 100644 --- a/share/i18n/esdb/Makefile.part +++ b/share/i18n/esdb/Makefile.part @@ -13,10 +13,10 @@ PART!= sed '/^\#/d;/^ *$$/d' ${PARTFILE} .endif .if !defined(NO_EPREFIX) CODESETS?= ${PART:C/^/${CODE}${SEP}/} -EPREFIX?= ${CODE}${SEP} +EPREFIX= ${CODE}${SEP} .else CODESETS?= ${PART} -EPREFIX?= +EPREFIX= .endif ESUBDIR?= ${CODE} ESDB?= ${CODESETS:C/$/.esdb/:S/:/@/}
