diff options
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 77cdbe8046cd..bc15ca712e03 100644 --- a/x11-misc/lndir/ChangeLog +++ b/x11-misc/lndir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/lndir # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lndir/ChangeLog,v 1.10 2007/01/11 14:02:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lndir/ChangeLog,v 1.11 2007/01/11 22:18:41 opfer Exp $ + + 11 Jan 2007; Christian Faulhammer <opfer@gentoo.org> lndir-1.0.1.ebuild: + stable x86, bug #158773 11 Jan 2007; Markus Rothe <corsair@gentoo.org> lndir-1.0.1.ebuild: Stable on ppc64; bug #158773 diff --git a/x11-misc/lndir/lndir-1.0.1.ebuild b/x11-misc/lndir/lndir-1.0.1.ebuild index fbbc687f22a2..f470be9aaf8a 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-2007 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.8 2007/01/11 14:02:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lndir/lndir-1.0.1.ebuild,v 1.9 2007/01/11 22:18:41 opfer Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="create a shadow directory of symbolic links to another directory tree" -KEYWORDS="~amd64 ~ppc ppc64 sparc ~x86" +KEYWORDS="~amd64 ~ppc ppc64 sparc x86" RDEPEND="" DEPEND="${RDEPEND} x11-proto/xproto" |