diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-02-06 17:34:56 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-02-15 20:25:32 -0500 |
commit | fb1edabafb228bb7c94ae75804963a9cea26e671 (patch) | |
tree | f934d109268e829b012e47a5d7f7d7033c374342 /app-editors | |
parent | net-misc/sobby: Specify the glibmm+libsigc++ slots, EAPI 7, GLEP 81 (diff) | |
download | gentoo-fb1edabafb228bb7c94ae75804963a9cea26e671.tar.gz gentoo-fb1edabafb228bb7c94ae75804963a9cea26e671.tar.bz2 gentoo-fb1edabafb228bb7c94ae75804963a9cea26e671.zip |
app-editors/amyedit: Specify the libsigc++ slot
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 'app-editors')
-rw-r--r-- | app-editors/amyedit/amyedit-1.0-r3.ebuild (renamed from app-editors/amyedit/amyedit-1.0-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/amyedit/amyedit-1.0-r2.ebuild b/app-editors/amyedit/amyedit-1.0-r3.ebuild index 91c331ece325..5a41b9a271c3 100644 --- a/app-editors/amyedit/amyedit-1.0-r2.ebuild +++ b/app-editors/amyedit/amyedit-1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND=">=dev-cpp/gtkmm-2.6:2.4 >=dev-cpp/glibmm-2.14:2 - >=dev-libs/libsigc++-2.2 + >=dev-libs/libsigc++-2.2:2 x11-libs/gtksourceview:2.0 dev-cpp/gtksourceviewmm:2.0 app-text/aspell" |