diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-13 14:08:09 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-13 14:08:09 +0000 |
commit | cc52a3747358328618dd30e42a9c94508891e0c1 (patch) | |
tree | ea5a40865c690b655b2990b91ec20a79851fc4fd /sys-apps/setarch | |
parent | Install menu entry, bug #159852 (diff) | |
download | gentoo-2-cc52a3747358328618dd30e42a9c94508891e0c1.tar.gz gentoo-2-cc52a3747358328618dd30e42a9c94508891e0c1.tar.bz2 gentoo-2-cc52a3747358328618dd30e42a9c94508891e0c1.zip |
x86 stable
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-apps/setarch')
-rw-r--r-- | sys-apps/setarch/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/setarch/setarch-2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/setarch/ChangeLog b/sys-apps/setarch/ChangeLog index ce32956b8919..dbc9778ec1ce 100644 --- a/sys-apps/setarch/ChangeLog +++ b/sys-apps/setarch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/setarch -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/setarch/ChangeLog,v 1.5 2006/11/29 01:57:00 vapier Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/setarch/ChangeLog,v 1.6 2007/03/13 14:08:09 armin76 Exp $ + + 13 Mar 2007; Raúl Porcel <armin76@gentoo.org> setarch-2.0.ebuild: + x86 stable 29 Nov 2006; Mike Frysinger <vapier@gentoo.org> files/Makefile: Fix manpage symlink error #156530 by James Browning. diff --git a/sys-apps/setarch/setarch-2.0.ebuild b/sys-apps/setarch/setarch-2.0.ebuild index c41366ba97d2..bcd935723a14 100644 --- a/sys-apps/setarch/setarch-2.0.ebuild +++ b/sys-apps/setarch/setarch-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/setarch/setarch-2.0.ebuild,v 1.4 2006/11/29 01:56:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/setarch/setarch-2.0.ebuild,v 1.5 2007/03/13 14:08:09 armin76 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ia64 ~mips ~ppc ~ppc64 s390 sparc ~x86" +KEYWORDS="-* ~amd64 ia64 ~mips ~ppc ~ppc64 s390 sparc x86" IUSE="" RDEPEND="!sys-apps/linux32 |