summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-03-19 01:04:47 +0200
committerMart Raudsepp <leio@gentoo.org>2017-03-19 01:06:02 +0200
commit523c39ddd01f5d8aaeb5d6b3147c4f1746b9b2e3 (patch)
treee40f512005fc62f07ec007e3a3300c7c4c7cf000 /dev-cpp/gtkmm
parentnet-misc/fatrat: metadata.xml indentation (diff)
downloadgentoo-523c39ddd01f5d8aaeb5d6b3147c4f1746b9b2e3.tar.gz
gentoo-523c39ddd01f5d8aaeb5d6b3147c4f1746b9b2e3.tar.bz2
gentoo-523c39ddd01f5d8aaeb5d6b3147c4f1746b9b2e3.zip
dev-cpp/gtkmm: fix gtk+:3 minimum dependency
Gentoo-bug: 612622 Package-Manager: Portage-2.3.4, Repoman-2.3.1
Diffstat (limited to 'dev-cpp/gtkmm')
-rw-r--r--dev-cpp/gtkmm/gtkmm-3.22.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gtkmm/gtkmm-3.22.0.ebuild b/dev-cpp/gtkmm/gtkmm-3.22.0.ebuild
index 76744159301f..8d9522a21336 100644
--- a/dev-cpp/gtkmm/gtkmm-3.22.0.ebuild
+++ b/dev-cpp/gtkmm/gtkmm-3.22.0.ebuild
@@ -16,7 +16,7 @@ REQUIRED_USE="|| ( aqua wayland X )"
RDEPEND="
>=dev-cpp/glibmm-2.49.1:2[${MULTILIB_USEDEP}]
- >=x11-libs/gtk+-3.20.0:3[aqua?,wayland?,X?,${MULTILIB_USEDEP}]
+ >=x11-libs/gtk+-3.22.0:3[aqua?,wayland?,X?,${MULTILIB_USEDEP}]
>=x11-libs/gdk-pixbuf-2.35.5:2[${MULTILIB_USEDEP}]
>=dev-cpp/atkmm-2.24.2[${MULTILIB_USEDEP}]
>=dev-cpp/cairomm-1.12.0[${MULTILIB_USEDEP}]