diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-05-21 20:30:00 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-21 18:05:11 -0700 |
commit | 28fd7dbfde07a94550369c03013e7539a3e6e8a6 (patch) | |
tree | 497d4f7460c0d710dd142806da26b8675f75f697 /x11-libs/libfontenc | |
parent | x11-libs/dnd: Update x11-proto/xproto dependency to x11-base/xorg-proto and d... (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild (renamed from x11-libs/libfontenc/libfontenc-1.1.3.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/libfontenc/libfontenc-1.1.3.ebuild b/x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild index 818d54079017..f0b707ef6947 100644 --- a/x11-libs/libfontenc/libfontenc-1.1.3.ebuild +++ b/x11-libs/libfontenc/libfontenc-1.1.3-r1.ebuild @@ -9,9 +9,9 @@ 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 - x11-proto/xproto" -DEPEND="${RDEPEND}" +RDEPEND="sys-libs/zlib" +DEPEND="${RDEPEND} + x11-base/xorg-proto" XORG_CONFIGURE_OPTIONS=( --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings" |