diff options
author | 2008-02-21 20:52:32 +0000 | |
---|---|---|
committer | 2008-02-21 20:52:32 +0000 | |
commit | d5673aba474799b29529088b303db7070385a46c (patch) | |
tree | f638cdc262af67b5ba63c86e61f9f34d13ca6c65 /x11-drivers | |
parent | Forgot to add flags to IUSE. (diff) | |
download | historical-d5673aba474799b29529088b303db7070385a46c.tar.gz historical-d5673aba474799b29529088b303db7070385a46c.tar.bz2 historical-d5673aba474799b29529088b303db7070385a46c.zip |
fix whitespace issue
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-evtouch/Manifest | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/x11-drivers/xf86-input-evtouch/Manifest b/x11-drivers/xf86-input-evtouch/Manifest index bd2dcaac06ad..3d4c61521209 100644 --- a/x11-drivers/xf86-input-evtouch/Manifest +++ b/x11-drivers/xf86-input-evtouch/Manifest @@ -3,13 +3,13 @@ Hash: SHA1 AUX xf86-input-evtouch-evcalibrate-path.patch 346 RMD160 1e74b219176256b1b88a1fc77c7edac93280f2a4 SHA1 3decebcd598fed03df290796a41ed1b522d73858 SHA256 3881743220d1ae38e7d32beecf05e9b900e597fe06c2dc614194d87dc00d9323 DIST xf86-input-evtouch-0.8.7.tar.bz2 228732 RMD160 3caa115d3e71efc988a1a73205bed861e23a3ea3 SHA1 d8180ea721f00d833756d894075f84920d1082ac SHA256 d0685dc33be475dc75d2ca083aaa384651bd5b29640e74f197e1a61d0ab8c37b -EBUILD xf86-input-evtouch-0.8.7.ebuild 1859 RMD160 9560d372ee5d6745bc2f9817117af7548fb67258 SHA1 7b6a5e1b45cb3df163e534028f02cfbed97a1539 SHA256 7d89803da1116729723ad6bc7bc55ea87f3344eb3c2459e1c607aa6925ac6c83 +EBUILD xf86-input-evtouch-0.8.7.ebuild 1974 RMD160 fba9462925926761321322edecdaa1f6c030ea12 SHA1 963bdef6f9442ea4e4b1286f31f14c1ee0db3a55 SHA256 bb465f453e49c29c261646fb0bf66f83c6f6e37b3a7df416b1857cf8bbe7aa81 MISC ChangeLog 481 RMD160 1f7a1973984fd55a2c4682119f4acadbb08bcef1 SHA1 693a70d1b8b9ff1599cd89fb6d519a9605fc59e1 SHA256 f33e7a73f1d37bb1f5cfccb351ce9b433c353ec3ac0d4c3f07f20db6961219a6 MISC metadata.xml 222 RMD160 d1a3fdf35754f259a53541e6f3fdf4685c621b4c SHA1 2669a0aa4051cb9d7eca5b8e5719f5039bf850b9 SHA256 2744b911fd4a893fc26fd4fbfcf4bad6189fbbd14a6b525c84c95d012e8c06da -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) -iD8DBQFHveQtoeSe8B0zEfwRAqlBAJ9Nye2yN8hsl3kzJhRtYBJlDZD/ugCfbO8Z -qfeeMd3fm3/rxCy6uEFw7VI= -=PoTK +iD8DBQFHveSXoeSe8B0zEfwRAptCAJ94aGsRMxFU5AgzBGUKTFdblbA/BwCgh5UA +u/HpBVpI+/zNTRRlrZGcayA= +=o1t1 -----END PGP SIGNATURE----- diff --git a/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild b/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild index 6045ca80c00f..5e8858aa659a 100644 --- a/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild +++ b/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild,v 1.2 2008/02/21 20:52:32 cardoe Exp $ inherit x-modular autotools @@ -12,10 +13,10 @@ KEYWORDS="~amd64 ~arm ~x86" RDEPEND="<x11-base/xorg-server-1.4" DEPEND="${RDEPEND} - || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 ) - x11-proto/inputproto - x11-proto/randrproto - x11-proto/xproto" + || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 ) + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" # necessary to prevent x-modular.eclass' version from running src_unpack() { |