diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-04-27 18:13:08 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-27 18:13:08 -0700 |
commit | ed08e6b55d35214ef0d6ba75c6760f8edec0b455 (patch) | |
tree | a31aa5ff574a1e8acb0b85a79b6784e80daf12b7 /x11-apps/xman | |
parent | x11-apps/xman: Drop old versions (diff) | |
download | gentoo-ed08e6b55d35214ef0d6ba75c6760f8edec0b455.tar.gz gentoo-ed08e6b55d35214ef0d6ba75c6760f8edec0b455.tar.bz2 gentoo-ed08e6b55d35214ef0d6ba75c6760f8edec0b455.zip |
x11-apps/xman: Drop unnecessary x11-proto dep
Diffstat (limited to 'x11-apps/xman')
-rw-r--r-- | x11-apps/xman/xman-1.1.4-r1.ebuild (renamed from x11-apps/xman/xman-1.1.4.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-apps/xman/xman-1.1.4.ebuild b/x11-apps/xman/xman-1.1.4-r1.ebuild index f312218b2583..e4fd534b0ac9 100644 --- a/x11-apps/xman/xman-1.1.4.ebuild +++ b/x11-apps/xman/xman-1.1.4-r1.ebuild @@ -12,8 +12,7 @@ IUSE="" DEPEND="x11-libs/libXaw x11-libs/libXt - x11-libs/libXmu - x11-proto/xproto" + x11-libs/libXmu" RDEPEND="${DEPEND}" PATCHES=( |