commit: dc3b8541da8c6ae4998f959869beaaafc8f7e550 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sun Feb 5 14:14:37 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Feb 5 19:07:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3b8541
x11-misc/xbitmaps: EAPI bump 3 -> 5 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3828 x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild b/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild new file mode 100644 index 00000000..0eb86c6 --- /dev/null +++ b/x11-misc/xbitmaps/xbitmaps-1.1.1-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_MODULE=data/ +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="X.Org bitmaps data" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"
