diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-02-14 22:54:10 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-02-14 22:54:10 +0000 |
commit | c21e8366cf2963696a48e6d3d4c1402766db2767 (patch) | |
tree | c2dedc72a90a5118a72f5c03e9a3f13ed3afb2a6 /x11-misc/lndir | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-c21e8366cf2963696a48e6d3d4c1402766db2767.tar.gz gentoo-2-c21e8366cf2963696a48e6d3d4c1402766db2767.tar.bz2 gentoo-2-c21e8366cf2963696a48e6d3d4c1402766db2767.zip |
Added ~ppc64
(Portage version: 2.0.54)
Diffstat (limited to 'x11-misc/lndir')
-rw-r--r-- | x11-misc/lndir/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/lndir/lndir-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/lndir/ChangeLog b/x11-misc/lndir/ChangeLog index 7275af06d172..9c175ce78a8f 100644 --- a/x11-misc/lndir/ChangeLog +++ b/x11-misc/lndir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/lndir # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lndir/ChangeLog,v 1.5 2006/02/09 17:29:15 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lndir/ChangeLog,v 1.6 2006/02/14 22:52:05 corsair Exp $ + + 14 Feb 2006; Markus Rothe <corsair@gentoo.org> lndir-1.0.1.ebuild: + Added ~ppc64 09 Feb 2006; Patrick McLean <chutzpah@gentoo.org> lndir-1.0.1.ebuild: Added ~amd64 (bug #121981). diff --git a/x11-misc/lndir/lndir-1.0.1.ebuild b/x11-misc/lndir/lndir-1.0.1.ebuild index 9156a06b220a..34a399f46c23 100644 --- a/x11-misc/lndir/lndir-1.0.1.ebuild +++ b/x11-misc/lndir/lndir-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lndir/lndir-1.0.1.ebuild,v 1.3 2006/02/09 17:29:15 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lndir/lndir-1.0.1.ebuild,v 1.4 2006/02/14 22:52:05 corsair Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org lndir utility" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" RDEPEND="" DEPEND="${RDEPEND} x11-proto/xproto" |