diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-08-01 20:54:35 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-08-01 21:10:16 -0700 |
commit | ec7ee49f2735366c89a5d14dc9a1eeff3e0c173e (patch) | |
tree | f9c073bdf882d09b6888ef775ac4f9121d718aa2 /x11-libs | |
parent | x11-apps/xwd: Version bump to 1.0.8 (diff) | |
download | gentoo-ec7ee49f2735366c89a5d14dc9a1eeff3e0c173e.tar.gz gentoo-ec7ee49f2735366c89a5d14dc9a1eeff3e0c173e.tar.bz2 gentoo-ec7ee49f2735366c89a5d14dc9a1eeff3e0c173e.zip |
x11-libs/libXfont2: Depend on dev-libs/libbsd
And remove x11-base/xorg-proto from RDEPEND, where it should not be.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXfont2/libXfont2-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libXfont2/libXfont2-9999.ebuild b/x11-libs/libXfont2/libXfont2-9999.ebuild index cc2376f181c1..1b342b777742 100644 --- a/x11-libs/libXfont2/libXfont2-9999.ebuild +++ b/x11-libs/libXfont2/libXfont2-9999.ebuild @@ -13,7 +13,7 @@ KEYWORDS="" IUSE="bzip2 ipv6 truetype" RDEPEND="sys-libs/zlib - x11-base/xorg-proto + dev-libs/libbsd x11-libs/libfontenc bzip2? ( app-arch/bzip2 ) truetype? ( >=media-libs/freetype-2 )" |