diff options
Diffstat (limited to 'sys-apps/systemd/systemd-196.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-196.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-196.ebuild b/sys-apps/systemd/systemd-196.ebuild index a3e965ba3716..71ee768fbcc4 100644 --- a/sys-apps/systemd/systemd-196.ebuild +++ b/sys-apps/systemd/systemd-196.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-196.ebuild,v 1.1 2012/12/02 10:58:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-196.ebuild,v 1.2 2012/12/04 16:55:11 mgorny Exp $ EAPI=4 @@ -75,6 +75,7 @@ src_prepare() { local PATCHES=( "${FILESDIR}"/196-0001-Disable-udev-targets.patch + "${FILESDIR}"/196-0002-Don-t-fail-with-missing-gcrypt-macros.patch ) autotools-utils_src_prepare |