diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-21 13:32:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-21 13:32:09 +0000 |
commit | f1c906166b443ae569a019f7268a38667554616e (patch) | |
tree | 6f0b08a01331e91d983f785606f0e6665d1d6da5 /sys-fs/mdadm | |
parent | Stable for amd64, wrt bug #485104 (diff) | |
download | gentoo-2-f1c906166b443ae569a019f7268a38667554616e.tar.gz gentoo-2-f1c906166b443ae569a019f7268a38667554616e.tar.bz2 gentoo-2-f1c906166b443ae569a019f7268a38667554616e.zip |
Stable for amd64, wrt bug #480114
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs/mdadm')
-rw-r--r-- | sys-fs/mdadm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/mdadm/mdadm-3.2.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/mdadm/ChangeLog b/sys-fs/mdadm/ChangeLog index 1ba9b8c8c97c..9e8d655704ee 100644 --- a/sys-fs/mdadm/ChangeLog +++ b/sys-fs/mdadm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/mdadm # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/ChangeLog,v 1.163 2013/09/04 02:17:02 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/ChangeLog,v 1.164 2013/09/21 13:32:09 ago Exp $ + + 21 Sep 2013; Agostino Sarubbo <ago@gentoo.org> mdadm-3.2.6-r1.ebuild: + Stable for amd64, wrt bug #480114 *mdadm-3.3 (04 Sep 2013) diff --git a/sys-fs/mdadm/mdadm-3.2.6-r1.ebuild b/sys-fs/mdadm/mdadm-3.2.6-r1.ebuild index c9b4d7b99ec6..75647ea06673 100644 --- a/sys-fs/mdadm/mdadm-3.2.6-r1.ebuild +++ b/sys-fs/mdadm/mdadm-3.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.2.6-r1.ebuild,v 1.2 2013/07/06 06:35:06 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.2.6-r1.ebuild,v 1.3 2013/09/21 13:32:09 ago Exp $ EAPI="4" inherit multilib eutils flag-o-matic systemd toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://kernel/linux/utils/raid/mdadm/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="static" DEPEND="virtual/pkgconfig" |