diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-07-11 18:31:58 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-07-11 18:31:58 +0000 |
commit | 32729466a6cab62bf3d2e088817aa630dc1ba230 (patch) | |
tree | 9427b6cd6c6614a8c86dff18c4f719e9304ad0c7 /sys-process/audit | |
parent | amd64 stable (diff) | |
download | gentoo-2-32729466a6cab62bf3d2e088817aa630dc1ba230.tar.gz gentoo-2-32729466a6cab62bf3d2e088817aa630dc1ba230.tar.bz2 gentoo-2-32729466a6cab62bf3d2e088817aa630dc1ba230.zip |
Keyworded ~sparc wrt #184563
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-process/audit')
-rw-r--r-- | sys-process/audit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/audit/audit-1.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/audit/ChangeLog b/sys-process/audit/ChangeLog index 46fbcb9939f9..f7709b6ea72f 100644 --- a/sys-process/audit/ChangeLog +++ b/sys-process/audit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/audit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.22 2007/07/10 19:42:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.23 2007/07/11 18:31:58 gustavoz Exp $ + + 11 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> audit-1.5.4.ebuild: + Keyworded ~sparc wrt #184563 10 Jul 2007; Raúl Porcel <armin76@gentoo.org> audit-1.5.4.ebuild: Add ~ia64 wrt #184563 diff --git a/sys-process/audit/audit-1.5.4.ebuild b/sys-process/audit/audit-1.5.4.ebuild index 92b47a9153ac..9727ebf73fd0 100644 --- a/sys-process/audit/audit-1.5.4.ebuild +++ b/sys-process/audit/audit-1.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.5.4.ebuild,v 1.3 2007/07/10 19:42:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.5.4.ebuild,v 1.4 2007/07/11 18:31:58 gustavoz Exp $ inherit autotools multilib toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://people.redhat.com/sgrubb/audit/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/python-2.4" |