diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-09-28 11:51:44 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-09-28 11:51:44 +0000 |
commit | 2fed4fe4e2fe3cde1bc2e270b616ee622a40316c (patch) | |
tree | 94c6075f95158b7a36b6d932d3a6273db23e6e01 /app-doc | |
parent | Enable checkwinsize in system bashrc #65623 (Manifest recommit) (diff) | |
download | gentoo-2-2fed4fe4e2fe3cde1bc2e270b616ee622a40316c.tar.gz gentoo-2-2fed4fe4e2fe3cde1bc2e270b616ee622a40316c.tar.bz2 gentoo-2-2fed4fe4e2fe3cde1bc2e270b616ee622a40316c.zip |
amd64
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/selflinux/ChangeLog | 5 | ||||
-rw-r--r-- | app-doc/selflinux/selflinux-0.10.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-doc/selflinux/ChangeLog b/app-doc/selflinux/ChangeLog index fccff7954f60..bb347b68930e 100644 --- a/app-doc/selflinux/ChangeLog +++ b/app-doc/selflinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-doc/selflinux # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/ChangeLog,v 1.11 2004/06/24 21:50:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/ChangeLog,v 1.12 2004/09/28 11:51:44 blubb Exp $ + + 28 Sep 2004; Simon Stelling <blubb@gentoo.org> selflinux-0.10.0.ebuild: + added amd64 *selflinux-0.10.0 (26 Apr 2004) diff --git a/app-doc/selflinux/selflinux-0.10.0.ebuild b/app-doc/selflinux/selflinux-0.10.0.ebuild index a7ac8d6e6393..b4aec400f5d9 100644 --- a/app-doc/selflinux/selflinux-0.10.0.ebuild +++ b/app-doc/selflinux/selflinux-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.10.0.ebuild,v 1.2 2004/06/24 21:50:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.10.0.ebuild,v 1.3 2004/09/28 11:51:44 blubb Exp $ IUSE="" @@ -12,7 +12,7 @@ HOMEPAGE="http://selflinux.sourceforge.net/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc" +KEYWORDS="x86 ppc sparc amd64" src_install() { dodir /usr/share/doc/selflinux |