diff options
-rw-r--r-- | sys-process/audit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/audit/audit-1.6.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-process/audit/ChangeLog b/sys-process/audit/ChangeLog index e66652cd17f0..e4a7dfd50f46 100644 --- a/sys-process/audit/ChangeLog +++ b/sys-process/audit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/audit # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.33 2008/01/13 20:34:27 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.34 2008/01/13 20:44:37 kumba Exp $ + + 13 Jan 2008; Joshua Kinard <kumba@gentoo.org> audit-1.6.2.ebuild: + Marked unstable on mips. 13 Jan 2008; Joshua Kinard <kumba@gentoo.org> audit-1.5.4.ebuild: Stable on mips. diff --git a/sys-process/audit/audit-1.6.2.ebuild b/sys-process/audit/audit-1.6.2.ebuild index 2a12c2d3c6cd..ab8a1b023db4 100644 --- a/sys-process/audit/audit-1.6.2.ebuild +++ b/sys-process/audit/audit-1.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.2.ebuild,v 1.3 2007/10/28 13:44:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.2.ebuild,v 1.4 2008/01/13 20:44:37 kumba Exp $ inherit autotools multilib toolchain-funcs python @@ -10,7 +10,7 @@ SRC_URI="http://people.redhat.com/sgrubb/audit/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/python-2.4" |