diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 05:45:21 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 05:45:21 +0000 |
commit | d0bb554d3bbe2db4ad73f03162baaa24f1299e22 (patch) | |
tree | da08988fb71752b74cc09ab16f28ceec46b205f1 /x11-plugins/asclock | |
parent | oops someone forgot me ! (diff) | |
download | gentoo-2-d0bb554d3bbe2db4ad73f03162baaa24f1299e22.tar.gz gentoo-2-d0bb554d3bbe2db4ad73f03162baaa24f1299e22.tar.bz2 gentoo-2-d0bb554d3bbe2db4ad73f03162baaa24f1299e22.zip |
whitespace cleanup
Diffstat (limited to 'x11-plugins/asclock')
-rw-r--r-- | x11-plugins/asclock/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/asclock/asclock-2.0.12.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/asclock/Manifest b/x11-plugins/asclock/Manifest index 91453eec5a2f..d49103013d5d 100644 --- a/x11-plugins/asclock/Manifest +++ b/x11-plugins/asclock/Manifest @@ -1,3 +1,3 @@ MD5 c3d8e4d09b544b61ddafd1631832df9f ChangeLog 908 -MD5 871e2f65af42ef44c3ab757e8b9914d6 asclock-2.0.12.ebuild 1205 +MD5 715051eee8f4636b47d7cf003e00fadc asclock-2.0.12.ebuild 1205 MD5 ba94dc8581c7dcd9b2110d891f17dbb8 files/digest-asclock-2.0.12 66 diff --git a/x11-plugins/asclock/asclock-2.0.12.ebuild b/x11-plugins/asclock/asclock-2.0.12.ebuild index 29ce11214fa5..866552a94e56 100644 --- a/x11-plugins/asclock/asclock-2.0.12.ebuild +++ b/x11-plugins/asclock/asclock-2.0.12.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-plugins/asclock/asclock-2.0.12.ebuild,v 1.3 2003/02/13 17:22:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12.ebuild,v 1.4 2003/09/06 05:45:17 msterret Exp $ S=${WORKDIR}/${P} @@ -42,7 +42,7 @@ src_compile() { asclock.o parser.o symbols.o config.o \ -L/usr/X11R6/lib \ -L/usr/lib/X11 \ - -lXpm -lXext -lX11 || die + -lXpm -lXext -lX11 || die } src_install () { |