diff options
author | 2009-07-22 13:12:39 +0000 | |
---|---|---|
committer | 2009-07-22 13:12:39 +0000 | |
commit | 73981e54a2e66a29a4bca6f4ce36295cff7431dc (patch) | |
tree | b7ccb2eecf0a55672b05be10d58fc7da9943f525 /sec-policy/selinux-mdadm | |
parent | keyword ~x86-fbsd, bug #277813 (diff) | |
download | historical-73981e54a2e66a29a4bca6f4ce36295cff7431dc.tar.gz historical-73981e54a2e66a29a4bca6f4ce36295cff7431dc.tar.bz2 historical-73981e54a2e66a29a4bca6f4ce36295cff7431dc.zip |
Drop alpha, mips, ppc, sparc selinux support part 1.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'sec-policy/selinux-mdadm')
-rw-r--r-- | sec-policy/selinux-mdadm/ChangeLog | 8 | ||||
-rw-r--r-- | sec-policy/selinux-mdadm/selinux-mdadm-20061008.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sec-policy/selinux-mdadm/ChangeLog b/sec-policy/selinux-mdadm/ChangeLog index 1da323c0f9e3..4864e53c579a 100644 --- a/sec-policy/selinux-mdadm/ChangeLog +++ b/sec-policy/selinux-mdadm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sec-policy/selinux-mdadm -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mdadm/ChangeLog,v 1.5 2008/04/28 15:40:23 phreak Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mdadm/ChangeLog,v 1.6 2009/07/22 13:12:33 pebenito Exp $ + + 18 Jul 2009; Chris PeBenito <pebenito@gentoo.org> + selinux-mdadm-20061008.ebuild: + Drop alpha, mips, ppc, sparc selinux support. 28 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: Remove Stephen Bennett (spb) from metadata.xml (as per #64840). diff --git a/sec-policy/selinux-mdadm/selinux-mdadm-20061008.ebuild b/sec-policy/selinux-mdadm/selinux-mdadm-20061008.ebuild index 4aee687068f4..2c1df5973ad1 100644 --- a/sec-policy/selinux-mdadm/selinux-mdadm-20061008.ebuild +++ b/sec-policy/selinux-mdadm/selinux-mdadm-20061008.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mdadm/selinux-mdadm-20061008.ebuild,v 1.1 2006/10/10 02:24:17 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-mdadm/selinux-mdadm-20061008.ebuild,v 1.2 2009/07/22 13:12:33 pebenito Exp $ IUSE="" @@ -12,4 +12,4 @@ SLOT="0" DEPEND=">=sec-policy/selinux-base-policy-20060101" RDEPEND="${DEPEND}" -KEYWORDS="alpha amd64 mips ppc sparc x86" +KEYWORDS="amd64 x86" |