diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-02-06 17:02:32 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-02-15 20:25:23 -0500 |
commit | 20a045fef9f4b11286882873a10936bb219be6f2 (patch) | |
tree | 694fa75325c4ea5f52caf01a9131a6d9a7fbbc6b /dev-cpp/gtksourceviewmm | |
parent | app-text/cherrytree: Specify the pangomm slot (diff) | |
download | gentoo-20a045fef9f4b11286882873a10936bb219be6f2.tar.gz gentoo-20a045fef9f4b11286882873a10936bb219be6f2.tar.bz2 gentoo-20a045fef9f4b11286882873a10936bb219be6f2.zip |
dev-cpp/gtksourceviewmm: Specify the atkmm+cairomm slots
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-cpp/gtksourceviewmm')
-rw-r--r-- | dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r2.ebuild (renamed from dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r1.ebuild) | 4 | ||||
-rw-r--r-- | dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r1.ebuild (renamed from dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0.ebuild) | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r1.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r2.ebuild index 0d30e55b5a85..9df83973b552 100644 --- a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r1.ebuild +++ b/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1" RDEPEND=" >=dev-cpp/gtkmm-2.12:2.4 - dev-cpp/atkmm + dev-cpp/atkmm:0 >=x11-libs/gtksourceview-2.10.0:2.0 !>=dev-cpp/libgtksourceviewmm-1 " diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r1.ebuild index 78ea3e11d330..a44c29f5fc79 100644 --- a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0.ebuild +++ b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -19,8 +19,8 @@ RDEPEND=" >=dev-cpp/gtkmm-3.18.0:3.0 >=x11-libs/gtksourceview-3.18.0:3.0 - dev-cpp/atkmm - dev-cpp/cairomm + dev-cpp/atkmm:0 + dev-cpp/cairomm:0 dev-cpp/pangomm:1.4 " DEPEND="${RDEPEND} |