diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-18 15:30:31 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-18 15:30:31 +0000 |
commit | cac93660dfaf97c8b36b5ed38db6a022def1f31a (patch) | |
tree | c7caf9f82f2af9e9429250a542eae02dc73d369e /sys-fs/mdadm/mdadm-3.3.1-r2.ebuild | |
parent | Old. (diff) | |
download | gentoo-2-cac93660dfaf97c8b36b5ed38db6a022def1f31a.tar.gz gentoo-2-cac93660dfaf97c8b36b5ed38db6a022def1f31a.tar.bz2 gentoo-2-cac93660dfaf97c8b36b5ed38db6a022def1f31a.zip |
Stop defining MAP_DIR in the ebuild because it's the default wrt http://git.neil.brown.name/?p=mdadm.git;a=commit;h=96fd06edce9ae2d41908b9703642dfe50f376ca9
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs/mdadm/mdadm-3.3.1-r2.ebuild')
-rw-r--r-- | sys-fs/mdadm/mdadm-3.3.1-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-fs/mdadm/mdadm-3.3.1-r2.ebuild b/sys-fs/mdadm/mdadm-3.3.1-r2.ebuild index 7f599c2cbfbb..432af6920aa9 100644 --- a/sys-fs/mdadm/mdadm-3.3.1-r2.ebuild +++ b/sys-fs/mdadm/mdadm-3.3.1-r2.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-fs/mdadm/mdadm-3.3.1-r2.ebuild,v 1.2 2014/07/18 14:30:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.3.1-r2.ebuild,v 1.3 2014/07/18 15:30:31 ssuominen Exp $ EAPI=4 inherit eutils flag-o-matic multilib systemd toolchain-funcs udev @@ -30,7 +30,6 @@ mdadm_emake() { CC="$(tc-getCC)" \ CWFLAGS="-Wall" \ CXFLAGS="${CFLAGS}" \ - MAP_DIR=/run/mdadm \ UDEVDIR="$(get_udevdir)" \ SYSTEMD_DIR="$(systemd_get_unitdir)" \ "$@" |