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 | da537922cabea28ccea3299681e55bd6555b4d72 (patch) | |
tree | da0cb5da1e94d90aee1b6d75d256c1cd2e8b4fd8 | |
parent | add parentheses (diff) | |
download | historical-da537922cabea28ccea3299681e55bd6555b4d72.tar.gz historical-da537922cabea28ccea3299681e55bd6555b4d72.tar.bz2 historical-da537922cabea28ccea3299681e55bd6555b4d72.zip |
add spaces
Package-Manager: portage-2.0.51.22-r2
-rw-r--r-- | kde-base/kmilo/Manifest | 12 | ||||
-rw-r--r-- | kde-base/kmilo/kmilo-3.4.2.ebuild | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/kde-base/kmilo/Manifest b/kde-base/kmilo/Manifest index ad0df38eb829..e71405cc1b0c 100644 --- a/kde-base/kmilo/Manifest +++ b/kde-base/kmilo/Manifest @@ -2,16 +2,16 @@ Hash: SHA1 MD5 12d3aacb1eddbab527f7ef798320e96b ChangeLog 2396 -MD5 f7bc22b6085ca5d2020f9e5a8169920c kmilo-3.4.1.ebuild 491 -MD5 87f0c0798c067e73a2c96cde90ccc17f kmilo-3.4.2.ebuild 758 -MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 5d037ef26f37a68c80d8bf524a4ef444 files/configure-fix-kdeutils-powerbook.patch 949 MD5 e29bbb2db20451106f7980c7008328fa files/digest-kmilo-3.4.1 212 MD5 5ec470abb58c9e1fe99f0410cb14dffd files/digest-kmilo-3.4.2 68 +MD5 f7bc22b6085ca5d2020f9e5a8169920c kmilo-3.4.1.ebuild 491 +MD5 3a890e6248cd4d6ebd5838c4658931f1 kmilo-3.4.2.ebuild 735 +MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFC99bAKf2g/qXtneoRAm9rAJ9fXHvYNtdxlIsxgFl+gQO09mdyMwCfST2G -1SMPJlgpAwyfkZQ+c2W3sxw= -=4X1s +iD8DBQFDCzcMI1lqEGTUzyQRAhV7AKDLTIjNGVSHkfI4s8hPa4/5vBeHCwCfX2ML +Ycd2NyqriA7SGu9FvlswV20= +=hUEZ -----END PGP SIGNATURE----- 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" |