diff options
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/lndir/lndir-1.0.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/lndir/lndir-1.0.3-r2.ebuild b/x11-misc/lndir/lndir-1.0.3-r2.ebuild index 3009d675272b..65d4cb695fd3 100644 --- a/x11-misc/lndir/lndir-1.0.3-r2.ebuild +++ b/x11-misc/lndir/lndir-1.0.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then LIVE_DEPEND=">=x11-misc/util-macros-1.18" else SRC_URI="mirror://xorg/util/${P}.tar.bz2" - KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" fi LICENSE="MIT" |