diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:01:57 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:01:57 +0000 |
commit | b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f (patch) | |
tree | aaae03e472c453b0e1c37aad094ef40d9beb0484 /net-misc/unison | |
parent | LICENSE fix (diff) | |
download | gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.gz gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.bz2 gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/unison')
-rw-r--r-- | net-misc/unison/Manifest | 2 | ||||
-rw-r--r-- | net-misc/unison/unison-2.9.1.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/unison/Manifest b/net-misc/unison/Manifest index a581440f1173..00730a11ed75 100644 --- a/net-misc/unison/Manifest +++ b/net-misc/unison/Manifest @@ -1,3 +1,3 @@ MD5 cbe95579e86b58aed27f1c1d763b72aa ChangeLog 583 -MD5 73be138546b9ea8bbd1e9c6ec36bb164 unison-2.9.1.ebuild 988 +MD5 07e8ff6a331699fbc5e8ac66e97db3b0 unison-2.9.1.ebuild 987 MD5 b61c783cd8a8a00713379b1650bf7857 files/digest-unison-2.9.1 55 diff --git a/net-misc/unison/unison-2.9.1.ebuild b/net-misc/unison/unison-2.9.1.ebuild index dac37bd1e393..9bd3431e3aff 100644 --- a/net-misc/unison/unison-2.9.1.ebuild +++ b/net-misc/unison/unison-2.9.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/net-misc/unison/unison-2.9.1.ebuild,v 1.5 2003/02/13 15:09:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.9.1.ebuild,v 1.6 2003/09/05 22:01:49 msterret Exp $ IUSE="gtk" @@ -19,15 +19,15 @@ SRC_URI="http://www.cis.upenn.edu/~bcpierce/unison/download/stable/${P}/src.tar. S=${WORKDIR}/${P} src_compile() { - + local myconf - + if [ `use gtk` ]; then myconf="$myconf UISTYLE=gtk" else myconf="$myconf UISTYLE=text" fi - + make $myconf CFLAGS="" || die } |