diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-23 14:47:19 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-23 14:47:19 +0000 |
commit | e7dcbe4a9e029597c50bc3c07200b08b4239b9dd (patch) | |
tree | bda4ae09e0f073e957f545c1fc166d3d0d3b1840 | |
parent | add parentheses (diff) | |
download | gentoo-2-e7dcbe4a9e029597c50bc3c07200b08b4239b9dd.tar.gz gentoo-2-e7dcbe4a9e029597c50bc3c07200b08b4239b9dd.tar.bz2 gentoo-2-e7dcbe4a9e029597c50bc3c07200b08b4239b9dd.zip |
add spaces
(Portage version: 2.0.51.22-r2)
-rw-r--r-- | kde-base/kmilo/kmilo-3.4.2.ebuild | 6 | ||||
-rw-r--r-- | www-apps/drupal/drupal-4.6.2.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/kde-base/kmilo/kmilo-3.4.2.ebuild b/kde-base/kmilo/kmilo-3.4.2.ebuild index 2d13542e7649..8ff3845c1523 100644 --- a/kde-base/kmilo/kmilo-3.4.2.ebuild +++ b/kde-base/kmilo/kmilo-3.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.4.2.ebuild,v 1.5 2005/08/08 22:02:40 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.4.2.ebuild,v 1.6 2005/08/23 14:47:19 swegener Exp $ KMNAME=kdeutils MAXKDEVER=$PV @@ -11,8 +11,8 @@ DESCRIPTION="kmilo - a kded module that can be extended to support various types input devices that exist, such as those on keyboards." KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="pbbuttonsd" -DEPEND="pbbuttonsd? (app-laptop/pbbuttonsd)" -RDEPEND="pbbuttonsd? (app-laptop/pbbuttonsd)" +DEPEND="pbbuttonsd? ( app-laptop/pbbuttonsd )" +RDEPEND="${DEPEND}" PATCHES="$FILESDIR/configure-fix-kdeutils-powerbook.patch" diff --git a/www-apps/drupal/drupal-4.6.2.ebuild b/www-apps/drupal/drupal-4.6.2.ebuild index 41e5ebcafc64..372edefc7d7b 100644 --- a/www-apps/drupal/drupal-4.6.2.ebuild +++ b/www-apps/drupal/drupal-4.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-4.6.2.ebuild,v 1.6 2005/08/04 09:08:24 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-4.6.2.ebuild,v 1.7 2005/08/23 14:44:52 swegener Exp $ inherit webapp eutils @@ -16,7 +16,7 @@ LICENSE="GPL-2" KEYWORDS="~alpha ~ppc ~x86 ~amd64" DEPEND="virtual/php" -RDEPEND="mysql? (dev-db/mysql)" +RDEPEND="mysql? (dev-db/mysql )" src_compile() { #Default compile hangs! |