diff options
Diffstat (limited to 'sec-policy/selinux-tftpd')
-rw-r--r-- | sec-policy/selinux-tftpd/ChangeLog | 5 | ||||
-rw-r--r-- | sec-policy/selinux-tftpd/selinux-tftpd-2.20110726.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sec-policy/selinux-tftpd/ChangeLog b/sec-policy/selinux-tftpd/ChangeLog index 6892620c4368..6aa1e852e8d9 100644 --- a/sec-policy/selinux-tftpd/ChangeLog +++ b/sec-policy/selinux-tftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sec-policy/selinux-tftpd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftpd/ChangeLog,v 1.21 2011/10/23 12:42:37 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftpd/ChangeLog,v 1.22 2011/10/26 16:03:05 swift Exp $ + + 26 Oct 2011; <swift@gentoo.org> selinux-tftpd-2.20110726.ebuild: + Fix build failure (bug #388561), module is tftp, not tftpd 23 Oct 2011; <swift@gentoo.org> selinux-tftpd-2.20110726.ebuild: Stabilization (tracker #384231) diff --git a/sec-policy/selinux-tftpd/selinux-tftpd-2.20110726.ebuild b/sec-policy/selinux-tftpd/selinux-tftpd-2.20110726.ebuild index 8de9a8843368..aa088989e924 100644 --- a/sec-policy/selinux-tftpd/selinux-tftpd-2.20110726.ebuild +++ b/sec-policy/selinux-tftpd/selinux-tftpd-2.20110726.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftpd/selinux-tftpd-2.20110726.ebuild,v 1.2 2011/10/23 12:42:37 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-tftpd/selinux-tftpd-2.20110726.ebuild,v 1.3 2011/10/26 16:03:05 swift Exp $ EAPI="4" IUSE="" -MODS="tftpd" +MODS="tftp" inherit selinux-policy-2 |