commit: 75ad64ca394f6e80fd94d0b5e9900df255b9d5d3 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sat Oct 15 22:43:24 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Oct 15 22:43:24 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=75ad64ca
app-editors/gobby: Fix useflag constraints Package-Manager: portage-2.3.2 app-editors/gobby/gobby-0.5.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-editors/gobby/gobby-0.5.0.ebuild b/app-editors/gobby/gobby-0.5.0.ebuild index 6be4d95..4d2216b 100644 --- a/app-editors/gobby/gobby-0.5.0.ebuild +++ b/app-editors/gobby/gobby-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,12 +12,12 @@ SRC_URI="https://github.com/gobby/gobby/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" SLOT="0.5" KEYWORDS="~amd64 ~x86" -IUSE="avahi doc nls" +IUSE="zeroconf doc nls" RDEPEND="dev-cpp/glibmm:2 dev-cpp/gtkmm:3.0 dev-libs/libsigc++:2 - >=net-libs/libinfinity-0.6.1[gtk,avahi?] + >=net-libs/libinfinity-0.6.1[gtk,zeroconf?] x11-libs/gtk+:3 dev-cpp/libxmlpp:2.6 x11-libs/gtksourceview:3.0"
