diff options
author | Tom Lauwers <spykyvenator@protonmail.com> | 2024-05-23 19:50:30 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-05-23 21:53:56 +0100 |
commit | 6638beec049f12c85800a820cf1c83a6d839c2c5 (patch) | |
tree | 172262693ec7d0ca4b9ac1ac4f3a5a20da902408 /games-util | |
parent | net-mail/courier-imap: run eautoreconf (diff) | |
download | gentoo-6638beec049f12c85800a820cf1c83a6d839c2c5.tar.gz gentoo-6638beec049f12c85800a820cf1c83a6d839c2c5.tar.bz2 gentoo-6638beec049f12c85800a820cf1c83a6d839c2c5.zip |
games-util/lgogdownloader: Update dependency from htmlcxx to htmltidy
Closes: https://bugs.gentoo.org/932516
Signed-off-by: Tom Lauwers <spykyvenator@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36793
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/lgogdownloader/lgogdownloader-3.13-r1.ebuild (renamed from games-util/lgogdownloader/lgogdownloader-3.13.ebuild) | 2 | ||||
-rw-r--r-- | games-util/lgogdownloader/lgogdownloader-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-util/lgogdownloader/lgogdownloader-3.13.ebuild b/games-util/lgogdownloader/lgogdownloader-3.13-r1.ebuild index 18c12cef2fca..ba3c1da3991b 100644 --- a/games-util/lgogdownloader/lgogdownloader-3.13.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-3.13-r1.ebuild @@ -16,7 +16,7 @@ REQUIRED_USE="gui? ( ^^ ( qt5 qt6 ) )" RDEPEND=" >=app-crypt/rhash-1.3.3-r2:0= - dev-cpp/htmlcxx:0= + app-text/htmltidy:= dev-libs/boost:=[zlib] >=dev-libs/jsoncpp-1.7:0= dev-libs/tinyxml2:0= diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild index daf26178322c..b7ab191e053d 100644 --- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild @@ -15,7 +15,7 @@ REQUIRED_USE="gui? ( ^^ ( qt5 qt6 ) )" RDEPEND=" >=app-crypt/rhash-1.3.3-r2:0= - dev-cpp/htmlcxx:0= + app-text/htmltidy:= dev-libs/boost:=[zlib] >=dev-libs/jsoncpp-1.7:0= dev-libs/tinyxml2:0= |