summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2018-05-21 20:30:00 +0200
committerMatt Turner <mattst88@gentoo.org>2018-05-21 18:05:11 -0700
commit28fd7dbfde07a94550369c03013e7539a3e6e8a6 (patch)
tree497d4f7460c0d710dd142806da26b8675f75f697 /x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild
parentx11-libs/dnd: Update x11-proto/xproto dependency to x11-base/xorg-proto and d... (diff)
downloadgentoo-28fd7dbfde07a94550369c03013e7539a3e6e8a6.tar.gz
gentoo-28fd7dbfde07a94550369c03013e7539a3e6e8a6.tar.bz2
gentoo-28fd7dbfde07a94550369c03013e7539a3e6e8a6.zip
x11-libs/libfontenc: Update x11-proto/xproto dependency to x11-base/xorg-proto and drop it from RDEPEND.
Diffstat (limited to 'x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild')
-rw-r--r--x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild b/x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild
new file mode 100644
index 000000000000..f0b707ef6947
--- /dev/null
+++ b/x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="X.Org fontenc library"
+
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~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="sys-libs/zlib"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+XORG_CONFIGURE_OPTIONS=(
+ --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"
+)