diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-05 17:04:38 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-05 20:07:08 +0100 |
commit | 0b57f8b1bbcd579d03990e88715cd729183d876b (patch) | |
tree | 777b977aa7fa6f7899508bfc96855693c3e2081f /x11-misc/lndir | |
parent | x11-misc/xbitmaps: EAPI bump 3 -> 5 (diff) | |
download | gentoo-0b57f8b1bbcd579d03990e88715cd729183d876b.tar.gz gentoo-0b57f8b1bbcd579d03990e88715cd729183d876b.tar.bz2 gentoo-0b57f8b1bbcd579d03990e88715cd729183d876b.zip |
x11-misc/lndir: Bump EAPI 3 -> 5
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3829
Diffstat (limited to 'x11-misc/lndir')
-rw-r--r-- | x11-misc/lndir/lndir-1.0.3-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-misc/lndir/lndir-1.0.3-r1.ebuild b/x11-misc/lndir/lndir-1.0.3-r1.ebuild new file mode 100644 index 000000000000..a8ea191b4ec8 --- /dev/null +++ b/x11-misc/lndir/lndir-1.0.3-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="create a shadow directory of symbolic links to another directory tree" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + x11-proto/xproto" |