diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-15 14:18:49 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-15 14:18:49 +0000 |
commit | 8fbaf3a9cd1ecccb66b3688b465683ca4ad60437 (patch) | |
tree | 67fcb9a73f0931e832840bb2d06ffc036bc5bf72 /app-doc | |
parent | EAPI5 (diff) | |
download | gentoo-2-8fbaf3a9cd1ecccb66b3688b465683ca4ad60437.tar.gz gentoo-2-8fbaf3a9cd1ecccb66b3688b465683ca4ad60437.tar.bz2 gentoo-2-8fbaf3a9cd1ecccb66b3688b465683ca4ad60437.zip |
EAPI5
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/selflinux/ChangeLog | 7 | ||||
-rw-r--r-- | app-doc/selflinux/selflinux-0.13.0.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-doc/selflinux/ChangeLog b/app-doc/selflinux/ChangeLog index 90c881b6e306..a5f067e0ee82 100644 --- a/app-doc/selflinux/ChangeLog +++ b/app-doc/selflinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-doc/selflinux -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/ChangeLog,v 1.23 2012/08/17 17:25:44 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/ChangeLog,v 1.24 2015/01/15 14:18:49 mrueg Exp $ + + 15 Jan 2015; Manuel Rüger <mrueg@gentoo.org> selflinux-0.13.0.ebuild: + EAPI5 17 Aug 2012; Michael Palimaka <kensington@gentoo.org> -selflinux-0.12.1.ebuild: diff --git a/app-doc/selflinux/selflinux-0.13.0.ebuild b/app-doc/selflinux/selflinux-0.13.0.ebuild index dc44b8ac7d4f..0bb442f74690 100644 --- a/app-doc/selflinux/selflinux-0.13.0.ebuild +++ b/app-doc/selflinux/selflinux-0.13.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.13.0.ebuild,v 1.5 2012/07/29 16:55:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.13.0.ebuild,v 1.6 2015/01/15 14:18:49 mrueg Exp $ + +EAPI=5 MY_P="SelfLinux-${PV}" |