diff options
author | 2024-12-26 02:52:18 -0500 | |
---|---|---|
committer | 2024-12-26 12:48:33 -0500 | |
commit | db2d4b54864b3f8cd55ffcd1044b0411667b4f8b (patch) | |
tree | bfdb478176f5c968ed3cf65da11bdd0020f26f84 /net-p2p | |
parent | net-misc/tigervnc: add upper <fltk-1.4 bound for now (diff) | |
download | gentoo-db2d4b54864b3f8cd55ffcd1044b0411667b4f8b.tar.gz gentoo-db2d4b54864b3f8cd55ffcd1044b0411667b4f8b.tar.bz2 gentoo-db2d4b54864b3f8cd55ffcd1044b0411667b4f8b.zip |
net-p2p/ed2k_hash: add binding := to fltk comment, soname changed
Have not looked at what's going on here, but update in
case this is eventually restored.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ed2k_hash/ed2k_hash-0.4.0-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r3.ebuild b/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r3.ebuild index d4afe5bd484f..019bcb9aec30 100644 --- a/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r3.ebuild +++ b/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r3.ebuild @@ -16,7 +16,8 @@ IUSE="" # fltk support is broken, bug #359643 RESTRICT="mirror" -#DEPEND="fltk? ( x11-libs/fltk:1 )" +#DEPEND="fltk? ( x11-libs/fltk:1= )" +#RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/ed2k_64bit.patch" |