diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-05 16:14:37 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-05 20:07:02 +0100 |
commit | dc3b8541da8c6ae4998f959869beaaafc8f7e550 (patch) | |
tree | f0ef297093a8c5f12d0de811c2bb301671615e4f /x11-misc/xbitmaps | |
parent | x11-misc/xsensors: EAPI bump 2 -> 6, rename configure.in to .ac (diff) | |
download | gentoo-dc3b8541da8c6ae4998f959869beaaafc8f7e550.tar.gz gentoo-dc3b8541da8c6ae4998f959869beaaafc8f7e550.tar.bz2 gentoo-dc3b8541da8c6ae4998f959869beaaafc8f7e550.zip |
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
Diffstat (limited to 'x11-misc/xbitmaps')
-rw-r--r-- | x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
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 000000000000..0eb86c69bb83 --- /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}" |