diff options
author | Petre Rodan <kaiowas@gentoo.org> | 2005-04-23 16:40:21 +0000 |
---|---|---|
committer | Petre Rodan <kaiowas@gentoo.org> | 2005-04-23 16:40:21 +0000 |
commit | 1176cfff685e675c138f6669020e0f25276c36ba (patch) | |
tree | bc05818b8d52e1bc8da6bc290c529bb733b3ed05 /sec-policy | |
parent | merge with upstream (diff) | |
download | historical-1176cfff685e675c138f6669020e0f25276c36ba.tar.gz historical-1176cfff685e675c138f6669020e0f25276c36ba.tar.bz2 historical-1176cfff685e675c138f6669020e0f25276c36ba.zip |
merge with upstream
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-arpwatch/files/digest-selinux-arpwatch-20050408 | 1 | ||||
-rw-r--r-- | sec-policy/selinux-arpwatch/selinux-arpwatch-20050408.ebuild (renamed from sec-policy/selinux-arpwatch/selinux-arpwatch-20041208.ebuild) | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sec-policy/selinux-arpwatch/files/digest-selinux-arpwatch-20050408 b/sec-policy/selinux-arpwatch/files/digest-selinux-arpwatch-20050408 new file mode 100644 index 000000000000..05e65172c365 --- /dev/null +++ b/sec-policy/selinux-arpwatch/files/digest-selinux-arpwatch-20050408 @@ -0,0 +1 @@ +MD5 86ca690e2825093cf0b8981e96918c7a selinux-arpwatch-20050408.tar.bz2 920 diff --git a/sec-policy/selinux-arpwatch/selinux-arpwatch-20041208.ebuild b/sec-policy/selinux-arpwatch/selinux-arpwatch-20050408.ebuild index 1158d24a2fef..276b3fd4c1cc 100644 --- a/sec-policy/selinux-arpwatch/selinux-arpwatch-20041208.ebuild +++ b/sec-policy/selinux-arpwatch/selinux-arpwatch-20050408.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-arpwatch/selinux-arpwatch-20041208.ebuild,v 1.2 2005/01/20 08:54:00 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-arpwatch/selinux-arpwatch-20050408.ebuild,v 1.1 2005/04/23 16:38:19 kaiowas Exp $ inherit selinux-policy TEFILES="arpwatch.te" FCFILES="arpwatch.fc" IUSE="" +RDEPEND=">=sec-policy/selinux-base-policy-20050224" DESCRIPTION="SELinux policy for arpwatch" -KEYWORDS="x86 ppc sparc amd64" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" |