diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-04-01 05:23:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-04-01 05:23:33 +0000 |
commit | 7c4cdaa5b8ab839627d3ff0bb2273cd48ac80317 (patch) | |
tree | 28816c8d36d06bfcfa2110b1cd98e8276d5cd96d /sec-policy | |
parent | whitespace (diff) | |
download | gentoo-2-7c4cdaa5b8ab839627d3ff0bb2273cd48ac80317.tar.gz gentoo-2-7c4cdaa5b8ab839627d3ff0bb2273cd48ac80317.tar.bz2 gentoo-2-7c4cdaa5b8ab839627d3ff0bb2273cd48ac80317.zip |
inherit goes near the top
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-base-policy/ChangeLog | 6 | ||||
-rw-r--r-- | sec-policy/selinux-base-policy/selinux-base-policy-2.20120215-r6.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sec-policy/selinux-base-policy/ChangeLog b/sec-policy/selinux-base-policy/ChangeLog index 1f92af42774b..ae6428897a84 100644 --- a/sec-policy/selinux-base-policy/ChangeLog +++ b/sec-policy/selinux-base-policy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sec-policy/selinux-base-policy # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.99 2012/03/31 12:56:49 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.100 2012/04/01 05:23:33 mr_bones_ Exp $ + + 01 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> + selinux-base-policy-2.20120215-r6.ebuild: + inherit goes near the top 31 Mar 2012; <swift@gentoo.org> selinux-base-policy-2.20110726-r13.ebuild: Stabilizing diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-2.20120215-r6.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-2.20120215-r6.ebuild index f12dbf6130ae..75a9f5fee46f 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-2.20120215-r6.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-2.20120215-r6.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20120215-r6.ebuild,v 1.1 2012/03/31 12:29:14 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20120215-r6.ebuild,v 1.2 2012/04/01 05:23:33 mr_bones_ Exp $ EAPI="4" +inherit eutils + HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/" DESCRIPTION="SELinux policy for core modules" IUSE="" BASEPOL="2.20120215-r6" -inherit eutils - RDEPEND=">=sec-policy/selinux-base-2.20120215-r6" DEPEND="" SRC_URI="http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2 |