diff options
author | 2007-07-11 02:34:03 +0000 | |
---|---|---|
committer | 2007-07-11 02:34:03 +0000 | |
commit | 4fe76b29b213a7e15a3be4cfc01f1cc3037e6d4d (patch) | |
tree | 6f25f9a1bbcd798438eb77af78ba9bea473b3f53 /app-accessibility/at-poke | |
parent | amd64 stable, remove old versions (diff) | |
download | historical-4fe76b29b213a7e15a3be4cfc01f1cc3037e6d4d.tar.gz historical-4fe76b29b213a7e15a3be4cfc01f1cc3037e6d4d.tar.bz2 historical-4fe76b29b213a7e15a3be4cfc01f1cc3037e6d4d.zip |
whitespace warning fixes
Package-Manager: portage-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" } |