diff options
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/audit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/audit/audit-1.7.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-process/audit/ChangeLog b/sys-process/audit/ChangeLog index e24a4a18a845..ec7c86858acd 100644 --- a/sys-process/audit/ChangeLog +++ b/sys-process/audit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/audit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.53 2009/07/29 16:01:22 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.54 2009/08/28 14:06:34 klausman Exp $ + + 28 Aug 2009; Tobias Klausmann <klausman@gentoo.org> audit-1.7.3.ebuild: + Keyworded on alpha, bug #279595 29 Jul 2009; Jeremy Olexa <darkside@gentoo.org> -audit-1.5.4.ebuild, -audit-1.6.1.ebuild, -audit-1.6.2.ebuild, -audit-1.7.ebuild: diff --git a/sys-process/audit/audit-1.7.3.ebuild b/sys-process/audit/audit-1.7.3.ebuild index 32fde747d865..c500d387f4fb 100644 --- a/sys-process/audit/audit-1.7.3.ebuild +++ b/sys-process/audit/audit-1.7.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.3.ebuild,v 1.6 2008/05/26 19:44:46 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.3.ebuild,v 1.7 2009/08/28 14:06:34 klausman 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 hppa ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86" IUSE="ldap" # Testcases are pretty useless as they are built for RedHat users/groups and # kernels. |