commit: d191be1459f4ba87141ae5414affc28334e14514 Author: Rémi Cardona <remi <AT> gentoo <DOT> org> AuthorDate: Tue May 22 05:32:42 2018 +0000 Commit: Remi Cardona <remi <AT> gentoo <DOT> org> CommitDate: Tue May 22 05:32:42 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d191be14
x11-libs/gtksourceview: unbreak 3.99.7 - use correct slot (3.99.x are essentially 4.0rcx) - install ebuild language spec to prevent conflict with 3.0 slot Package-Manager: Portage-2.3.38, Repoman-2.3.9 Manifest-Sign-Key: 0xE0663D48103108F8 x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild b/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild index db3725e9..81f3a8d7 100644 --- a/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A text widget implementing syntax highlighting and other features" HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView" LICENSE="GPL-2+ LGPL-2.1+" -SLOT="3.0/3" +SLOT="4.0/4" IUSE="glade +introspection vala" REQUIRED_USE="vala? ( introspection )" @@ -53,6 +53,6 @@ src_test() { src_install() { gnome2_src_install - insinto /usr/share/${PN}-3.0/language-specs + insinto /usr/share/${PN}-4/language-specs doins "${FILESDIR}"/2.0/gentoo.lang }
