diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-13 14:54:37 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-13 14:54:37 +0100 |
commit | 10c482fc800a41c6fb8a9d40e496306a5606f577 (patch) | |
tree | 0e3b58450ba061232869180a87df51c7dfd9d7b4 /x11-misc | |
parent | x11-misc/googsystray: Remove old (diff) | |
download | gentoo-10c482fc800a41c6fb8a9d40e496306a5606f577.tar.gz gentoo-10c482fc800a41c6fb8a9d40e496306a5606f577.tar.bz2 gentoo-10c482fc800a41c6fb8a9d40e496306a5606f577.zip |
x11-misc/googsystray: Fix description
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/googsystray/googsystray-1.3.1-r1.ebuild | 6 |
1 files 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 23377a1d8730..06b78cd7649e 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}" |