x11-misc/lndir: Bump EAPI 3 -> 5
authorHarri Nieminen <moikkis@gmail.com>
Sun, 5 Feb 2017 15:04:38 +0000 (17:04 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 5 Feb 2017 19:07:08 +0000 (20:07 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3829

x11-misc/lndir/lndir-1.0.3-r1.ebuild [new file with mode: 0644]

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 (file)
index 0000000..a8ea191
--- /dev/null
@@ -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"