summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-08-12 15:25:08 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-08-12 15:25:08 +0000
commitc4a9ed7d856fb27d9587b07966b6f74da01d5351 (patch)
tree3fd780aaa67e5dc3758bf9f01446d7155ec659ea /sys-fs
parentFix sys-fs/mdadm mask (after recent revision bump of mdadm to 3.2.5-r1) (diff)
downloadgentoo-2-c4a9ed7d856fb27d9587b07966b6f74da01d5351.tar.gz
gentoo-2-c4a9ed7d856fb27d9587b07966b6f74da01d5351.tar.bz2
gentoo-2-c4a9ed7d856fb27d9587b07966b6f74da01d5351.zip
Inherit multilib.eclass for function get_libdir as noted by repoman.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/mdadm/ChangeLog6
-rw-r--r--sys-fs/mdadm/mdadm-3.1.4.ebuild6
-rw-r--r--sys-fs/mdadm/mdadm-3.1.5.ebuild6
-rw-r--r--sys-fs/mdadm/mdadm-3.2.3-r2.ebuild4
-rw-r--r--sys-fs/mdadm/mdadm-3.2.5-r1.ebuild4
5 files changed, 15 insertions, 11 deletions
diff --git a/sys-fs/mdadm/ChangeLog b/sys-fs/mdadm/ChangeLog
index 6efcc29280fc..6c7dcdcb14e1 100644
--- a/sys-fs/mdadm/ChangeLog
+++ b/sys-fs/mdadm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/mdadm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/ChangeLog,v 1.153 2012/08/12 15:23:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/ChangeLog,v 1.154 2012/08/12 15:25:08 ssuominen Exp $
+
+ 12 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> mdadm-3.1.4.ebuild,
+ mdadm-3.1.5.ebuild, mdadm-3.2.3-r2.ebuild, mdadm-3.2.5-r1.ebuild:
+ Inherit multilib.eclass for function get_libdir as noted by repoman.
12 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> -mdadm-3.2.3-r1.ebuild,
-mdadm-3.2.5.ebuild:
diff --git a/sys-fs/mdadm/mdadm-3.1.4.ebuild b/sys-fs/mdadm/mdadm-3.1.4.ebuild
index 1a7b96fe1b04..bb92b4225dfd 100644
--- a/sys-fs/mdadm/mdadm-3.1.4.ebuild
+++ b/sys-fs/mdadm/mdadm-3.1.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.1.4.ebuild,v 1.10 2011/06/11 21:10:03 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.1.4.ebuild,v 1.11 2012/08/12 15:25:08 ssuominen Exp $
-inherit eutils flag-o-matic toolchain-funcs
+inherit multilib eutils flag-o-matic toolchain-funcs
DESCRIPTION="A useful tool for running RAID systems - it can be used as a replacement for the raidtools"
HOMEPAGE="http://neil.brown.name/blog/mdadm"
diff --git a/sys-fs/mdadm/mdadm-3.1.5.ebuild b/sys-fs/mdadm/mdadm-3.1.5.ebuild
index d8aa43f0148d..19c716c598f0 100644
--- a/sys-fs/mdadm/mdadm-3.1.5.ebuild
+++ b/sys-fs/mdadm/mdadm-3.1.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.1.5.ebuild,v 1.2 2011/06/11 21:12:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.1.5.ebuild,v 1.3 2012/08/12 15:25:08 ssuominen Exp $
-inherit eutils flag-o-matic toolchain-funcs
+inherit multilib eutils flag-o-matic toolchain-funcs
DESCRIPTION="A useful tool for running RAID systems - it can be used as a replacement for the raidtools"
HOMEPAGE="http://neil.brown.name/blog/mdadm"
diff --git a/sys-fs/mdadm/mdadm-3.2.3-r2.ebuild b/sys-fs/mdadm/mdadm-3.2.3-r2.ebuild
index ea1036c45093..4cd74fc9f0d8 100644
--- a/sys-fs/mdadm/mdadm-3.2.3-r2.ebuild
+++ b/sys-fs/mdadm/mdadm-3.2.3-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.2.3-r2.ebuild,v 1.1 2012/08/12 15:21:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.2.3-r2.ebuild,v 1.2 2012/08/12 15:25:08 ssuominen Exp $
EAPI="2"
-inherit eutils flag-o-matic toolchain-funcs
+inherit multilib eutils flag-o-matic toolchain-funcs
DESCRIPTION="A useful tool for running RAID systems - it can be used as a replacement for the raidtools"
HOMEPAGE="http://neil.brown.name/blog/mdadm"
diff --git a/sys-fs/mdadm/mdadm-3.2.5-r1.ebuild b/sys-fs/mdadm/mdadm-3.2.5-r1.ebuild
index b80a7a85e39f..f100023f9745 100644
--- a/sys-fs/mdadm/mdadm-3.2.5-r1.ebuild
+++ b/sys-fs/mdadm/mdadm-3.2.5-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.2.5-r1.ebuild,v 1.1 2012/08/12 15:21:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.2.5-r1.ebuild,v 1.2 2012/08/12 15:25:08 ssuominen Exp $
EAPI="4"
-inherit eutils flag-o-matic toolchain-funcs
+inherit multilib eutils flag-o-matic toolchain-funcs
DESCRIPTION="A useful tool for running RAID systems - it can be used as a replacement for the raidtools"
HOMEPAGE="http://neil.brown.name/blog/mdadm"