diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-13 21:05:30 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-13 21:05:30 +0000 |
commit | 08310825ce3e435b771d65abecf4bde0e7623275 (patch) | |
tree | 854e165d5678025cc874f8f776f7316194e9f3b7 /sys-fs/mdadm/mdadm-2.6.ebuild | |
parent | Fix excessive notifications from some streams; bug #166484 (diff) | |
download | gentoo-2-08310825ce3e435b771d65abecf4bde0e7623275.tar.gz gentoo-2-08310825ce3e435b771d65abecf4bde0e7623275.tar.bz2 gentoo-2-08310825ce3e435b771d65abecf4bde0e7623275.zip |
Stable on alpha/ppc wrt bug #166309.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sys-fs/mdadm/mdadm-2.6.ebuild')
-rw-r--r-- | sys-fs/mdadm/mdadm-2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/mdadm/mdadm-2.6.ebuild b/sys-fs/mdadm/mdadm-2.6.ebuild index fa5e13e76ddf..0ab4642241bd 100644 --- a/sys-fs/mdadm/mdadm-2.6.ebuild +++ b/sys-fs/mdadm/mdadm-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-2.6.ebuild,v 1.5 2007/02/13 11:04:10 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-2.6.ebuild,v 1.6 2007/02/13 21:05:30 wolf31o2 Exp $ inherit eutils flag-o-matic @@ -10,7 +10,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" src_unpack() { |