diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-07-11 02:34:03 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-07-11 02:34:03 +0000 |
commit | 651f3e4c3fb36250866b107b0fb92c1a2aa6d236 (patch) | |
tree | b31f3536b7faba8cc8ee741879ee67b0ea47d74f /app-accessibility/at-poke | |
parent | amd64 stable, remove old versions (diff) | |
download | gentoo-2-651f3e4c3fb36250866b107b0fb92c1a2aa6d236.tar.gz gentoo-2-651f3e4c3fb36250866b107b0fb92c1a2aa6d236.tar.bz2 gentoo-2-651f3e4c3fb36250866b107b0fb92c1a2aa6d236.zip |
whitespace warning fixes
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'app-accessibility/at-poke')
-rw-r--r-- | app-accessibility/at-poke/at-poke-0.2.2.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-accessibility/at-poke/at-poke-0.2.2.ebuild b/app-accessibility/at-poke/at-poke-0.2.2.ebuild index ce6753444737..8a925ae8da15 100644 --- a/app-accessibility/at-poke/at-poke-0.2.2.ebuild +++ b/app-accessibility/at-poke/at-poke-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-poke/at-poke-0.2.2.ebuild,v 1.8 2006/08/06 11:27:36 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-poke/at-poke-0.2.2.ebuild,v 1.9 2007/07/11 02:34:03 leio Exp $ inherit eutils gnome2 @@ -18,14 +18,11 @@ RDEPEND=">=gnome-extra/at-spi-1.3.12 >=gnome-base/libgnomeui-2 gnome-extra/libgail-gnome >=dev-libs/popt-1.5" - DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9" - DOCS="AUTHORS ChangeLog NEWS README TODO" - pkg_setup() { G2CONF="--enable-platform-gnome-2" } |