diff options
Diffstat (limited to 'sys-apps/systemd/systemd-215-r1.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-215-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-215-r1.ebuild b/sys-apps/systemd/systemd-215-r1.ebuild index 1eccc1c3a344..bb4a31b61bd6 100644 --- a/sys-apps/systemd/systemd-215-r1.ebuild +++ b/sys-apps/systemd/systemd-215-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r1.ebuild,v 1.4 2014/07/15 10:01:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r1.ebuild,v 1.5 2014/07/15 18:30:40 pacho Exp $ EAPI=5 @@ -79,6 +79,11 @@ DEPEND="${COMMON_DEPEND} test? ( >=sys-apps/dbus-1.6.8-r1:0 )" src_prepare() { + local PATCHES=( + "${FILESDIR}/${PV}-0001-always-check-for-__BYTE_ORDER-__BIG_ENDIAN-when-chec.patch" + "${FILESDIR}/${PV}-0002-endian-explicitly-include-endian.h-wherever-we-want-.patch" + ) + # Bug 463376 sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die |