diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-05-06 17:38:26 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-06 17:39:40 -0700 |
commit | 6e1fd7415057efe313e0a0f73f3a105730748e28 (patch) | |
tree | e0fa07b25690cd57b11c43ac3327eec715d29936 /media-libs/t1lib | |
parent | kde-misc/yakuake: x86 stable (bug #655066) (diff) | |
download | gentoo-6e1fd7415057efe313e0a0f73f3a105730748e28.tar.gz gentoo-6e1fd7415057efe313e0a0f73f3a105730748e28.tar.bz2 gentoo-6e1fd7415057efe313e0a0f73f3a105730748e28.zip |
media-libs/t1lib: Drop unnecessary dependency on x11-libs/libXfont
Transition to depending on x11-base/xorg-proto while we're here.
Closes: https://bugs.gentoo.org/655106
Diffstat (limited to 'media-libs/t1lib')
-rw-r--r-- | media-libs/t1lib/t1lib-5.1.2-r2.ebuild (renamed from media-libs/t1lib/t1lib-5.1.2-r1.ebuild) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/media-libs/t1lib/t1lib-5.1.2-r1.ebuild b/media-libs/t1lib/t1lib-5.1.2-r2.ebuild index 8be12911e2ed..e763c5eb15a6 100644 --- a/media-libs/t1lib/t1lib-5.1.2-r1.ebuild +++ b/media-libs/t1lib/t1lib-5.1.2-r2.ebuild @@ -21,11 +21,7 @@ RDEPEND="X? ( )" DEPEND="${RDEPEND} doc? ( virtual/latex-base ) - X? ( - x11-libs/libXfont - x11-proto/xproto - x11-proto/fontsproto - )" + X? ( x11-base/xorg-proto )" PATCHES=( "${FILESDIR}"/${PN}-5.1.1-parallel.patch |