diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:18:22 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:18:22 +0000 |
commit | 74c67bc9b18224aa531a17e81da6a6c266e23aa3 (patch) | |
tree | 02a510fccee994ec771f87ca27b66e65171a7955 /x11-misc/hotkeys | |
parent | header fix (diff) | |
download | gentoo-2-74c67bc9b18224aa531a17e81da6a6c266e23aa3.tar.gz gentoo-2-74c67bc9b18224aa531a17e81da6a6c266e23aa3.tar.bz2 gentoo-2-74c67bc9b18224aa531a17e81da6a6c266e23aa3.zip |
whitespace cleanup
Diffstat (limited to 'x11-misc/hotkeys')
-rw-r--r-- | x11-misc/hotkeys/Manifest | 8 | ||||
-rw-r--r-- | x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/hotkeys/Manifest b/x11-misc/hotkeys/Manifest index 301323237427..39ca5bcc70d1 100644 --- a/x11-misc/hotkeys/Manifest +++ b/x11-misc/hotkeys/Manifest @@ -1,8 +1,8 @@ -MD5 52a624e40db21b3d984417fe5f88d606 hotkeys-0.5.7.1-r1.ebuild 1160 MD5 0fd8464ee1e2c102642ad50e40d64145 ChangeLog 1871 MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253 -MD5 718a70fb145ea461d426a7d663194f8b hotkeys-0.5.7.1.ebuild 963 -MD5 2b1987adcf943427133e4f897782604c files/hotkeys-0.5.7.1-r1-gentoo.diff 1379 -MD5 26aa28d3165265b8153adbb4a071d0af files/digest-hotkeys-0.5.7.1-r1 67 +MD5 5fbd98cfdb8b3ad735ab592ebee5f524 hotkeys-0.5.7.1.ebuild 951 +MD5 52a624e40db21b3d984417fe5f88d606 hotkeys-0.5.7.1-r1.ebuild 1160 MD5 26aa28d3165265b8153adbb4a071d0af files/digest-hotkeys-0.5.7.1 67 +MD5 2b1987adcf943427133e4f897782604c files/hotkeys-0.5.7.1-r1-gentoo.diff 1379 MD5 ceb23c573710586557d5f664975c6740 files/hotkeys-0.5.7.1-gentoo.diff 538 +MD5 26aa28d3165265b8153adbb4a071d0af files/digest-hotkeys-0.5.7.1-r1 67 diff --git a/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild b/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild index 19295fb6f1e4..e20a543c7735 100644 --- a/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild +++ b/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild,v 1.4 2003/08/01 13:51:43 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild,v 1.5 2003/09/05 23:18:18 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Make use of extra buttons on newer keyboards." @@ -29,7 +29,7 @@ src_compile() { local myconf="--with-xosd" use gtk2 \ - && myconf="${myconf} --with-gtk" + && myconf="${myconf} --with-gtk" econf ${myconf} || die "./configure failed" |