diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-01-23 13:14:35 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-01-23 13:15:31 -0800 |
commit | bb7a7960732a257b4922aaf8a9ea94a92ae51acc (patch) | |
tree | 798ef79550789a18d82aa5ff42bcfdef771d33a5 /x11-misc/tint2 | |
parent | games-sports/trophy: use https (diff) | |
download | gentoo-bb7a7960732a257b4922aaf8a9ea94a92ae51acc.tar.gz gentoo-bb7a7960732a257b4922aaf8a9ea94a92ae51acc.tar.bz2 gentoo-bb7a7960732a257b4922aaf8a9ea94a92ae51acc.zip |
x11-misc/tint2: Depend on x11-libs/gtk+:3
Closes: https://bugs.gentoo.org/831911
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc/tint2')
-rw-r--r-- | x11-misc/tint2/tint2-17.0.1-r1.ebuild (renamed from x11-misc/tint2/tint2-17.0.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/tint2/tint2-17.0.1.ebuild b/x11-misc/tint2/tint2-17.0.1-r1.ebuild index 7b5eec7cee85..2486a789a670 100644 --- a/x11-misc/tint2/tint2-17.0.1.ebuild +++ b/x11-misc/tint2/tint2-17.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ DEPEND=" >=media-libs/imlib2-1.4.2[X,png] x11-libs/cairo[X] x11-libs/pango - tint2conf? ( x11-libs/gtk+:2 ) + tint2conf? ( x11-libs/gtk+:3 ) x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage |