diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-07-29 16:55:35 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-07-29 16:55:35 +0000 |
commit | c59f9ce273e665de6a23b981eb4c9d5e9a4873f8 (patch) | |
tree | 12538a597037a90638dacf407ebd4adfbf7ab281 /app-doc | |
parent | Drop sparc keywords (diff) | |
download | gentoo-2-c59f9ce273e665de6a23b981eb4c9d5e9a4873f8.tar.gz gentoo-2-c59f9ce273e665de6a23b981eb4c9d5e9a4873f8.tar.bz2 gentoo-2-c59f9ce273e665de6a23b981eb4c9d5e9a4873f8.zip |
Drop sparc keywords
(Portage version: 2.1.11.5/cvs/Linux ia64)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/selflinux/ChangeLog | 6 | ||||
-rw-r--r-- | app-doc/selflinux/selflinux-0.12.1.ebuild | 6 | ||||
-rw-r--r-- | app-doc/selflinux/selflinux-0.13.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-doc/selflinux/ChangeLog b/app-doc/selflinux/ChangeLog index b7abec2d1087..c81b561e6c18 100644 --- a/app-doc/selflinux/ChangeLog +++ b/app-doc/selflinux/ChangeLog @@ -1,6 +1,10 @@ # 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.21 2012/05/29 19:30:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/ChangeLog,v 1.22 2012/07/29 16:55:35 armin76 Exp $ + + 29 Jul 2012; Raúl Porcel <armin76@gentoo.org> selflinux-0.12.1.ebuild, + selflinux-0.13.0.ebuild: + Drop sparc keywords 29 May 2012; Brent Baude <ranger@gentoo.org> selflinux-0.13.0.ebuild: Marking selflinux-0.13.0 ppc for bug 393839 diff --git a/app-doc/selflinux/selflinux-0.12.1.ebuild b/app-doc/selflinux/selflinux-0.12.1.ebuild index af1353b41ddb..a2f9d2363a95 100644 --- a/app-doc/selflinux/selflinux-0.12.1.ebuild +++ b/app-doc/selflinux/selflinux-0.12.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.12.1.ebuild,v 1.2 2009/12/04 01:07:05 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.12.1.ebuild,v 1.3 2012/07/29 16:55:35 armin76 Exp $ IUSE="" @@ -12,7 +12,7 @@ HOMEPAGE="http://selflinux.sourceforge.net/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc amd64" +KEYWORDS="amd64 ppc x86" src_install() { dodir /usr/share/doc/selflinux diff --git a/app-doc/selflinux/selflinux-0.13.0.ebuild b/app-doc/selflinux/selflinux-0.13.0.ebuild index 372aa4452c13..dc44b8ac7d4f 100644 --- a/app-doc/selflinux/selflinux-0.13.0.ebuild +++ b/app-doc/selflinux/selflinux-0.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.4 2012/05/29 19:30:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.13.0.ebuild,v 1.5 2012/07/29 16:55:35 armin76 Exp $ MY_P="SelfLinux-${PV}" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-html.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" +KEYWORDS="amd64 ppc x86" IUSE="" S="${WORKDIR}/${MY_P}" |