commit: 0b57f8b1bbcd579d03990e88715cd729183d876b Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sun Feb 5 15:04:38 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Feb 5 19:07:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b57f8b1
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 x11-misc/lndir/lndir-1.0.3-r1.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 00000000..a8ea191 --- /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"
