diff options
author | 2022-02-21 16:03:22 +0200 | |
---|---|---|
committer | 2022-02-21 16:03:22 +0200 | |
commit | 6f15c1921422a3957f210f6896795de5647fbbd8 (patch) | |
tree | 2f17aa3153acfbd6d571cd12eb53911184024910 /www-client/w3m | |
parent | www-client/w3m: snapshot version bump 0.5.3_p20220216 (diff) | |
download | gentoo-6f15c1921422a3957f210f6896795de5647fbbd8.tar.gz gentoo-6f15c1921422a3957f210f6896795de5647fbbd8.tar.bz2 gentoo-6f15c1921422a3957f210f6896795de5647fbbd8.zip |
www-client/w3m: add missing dep
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client/w3m')
-rw-r--r-- | www-client/w3m/w3m-0.5.3_p20220216.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/w3m/w3m-0.5.3_p20220216.ebuild b/www-client/w3m/w3m-0.5.3_p20220216.ebuild index eaeae57ebb6a..18cf2094f243 100644 --- a/www-client/w3m/w3m-0.5.3_p20220216.ebuild +++ b/www-client/w3m/w3m-0.5.3_p20220216.ebuild @@ -8,7 +8,7 @@ inherit autotools prefix toolchain-funcs COMMIT="53d323453d78a6d449f9957586c33dddfffa5616" DESCRIPTION="Text based WWW browser, supports tables and frames" HOMEPAGE="https://github.com/tats/w3m" -SRC_URI="https://github.com/tats/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/tats/w3m/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="w3m" @@ -35,6 +35,7 @@ RDEPEND=" gpm? ( sys-libs/gpm ) ssl? ( dev-libs/openssl:0= ) X? ( + x11-base/xorg-proto x11-libs/libXdmcp x11-libs/libXext ) |