commit: 10c482fc800a41c6fb8a9d40e496306a5606f577 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Mar 13 13:54:37 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Mar 13 13:54:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c482fc
x11-misc/googsystray: Fix description Package-Manager: portage-2.2.28 x11-misc/googsystray/googsystray-1.3.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/googsystray/googsystray-1.3.1-r1.ebuild b/x11-misc/googsystray/googsystray-1.3.1-r1.ebuild index 23377a1..06b78cd 100644 --- a/x11-misc/googsystray/googsystray-1.3.1-r1.ebuild +++ b/x11-misc/googsystray/googsystray-1.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="System tray application for Google Voice, GMail, Google Calendar, Google Reader, and Google Wave" +DESCRIPTION="System tray application for Google Voice, GMail, Calendar, Reader, and Wave" HOMEPAGE="http://googsystray.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -17,5 +17,5 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=" >=dev-python/pygtk-2.14[${PYTHON_USEDEP}]" +DEPEND=">=dev-python/pygtk-2.14[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}"
