summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-14 12:17:34 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-14 12:17:34 +0000
commit727f136bdd9649b71b62b161bfce40b63a1e3257 (patch)
tree477fb1940371d5983a5c89ce437912bbee11eef4 /dev-libs/cln
parentversion bump, bug #44214 (Manifest recommit) (diff)
downloadgentoo-2-727f136bdd9649b71b62b161bfce40b63a1e3257.tar.gz
gentoo-2-727f136bdd9649b71b62b161bfce40b63a1e3257.tar.bz2
gentoo-2-727f136bdd9649b71b62b161bfce40b63a1e3257.zip
Don't assign default to S; header fix
Diffstat (limited to 'dev-libs/cln')
-rw-r--r--dev-libs/cln/ChangeLog7
-rw-r--r--dev-libs/cln/cln-1.1.5.ebuild6
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-libs/cln/ChangeLog b/dev-libs/cln/ChangeLog
index b1a516e2bdb8..6f8e43e4e62a 100644
--- a/dev-libs/cln/ChangeLog
+++ b/dev-libs/cln/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/cln
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cln/ChangeLog,v 1.6 2003/07/12 09:22:21 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cln/ChangeLog,v 1.7 2004/03/14 12:14:40 mr_bones_ Exp $
+
+ 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> cln-1.1.5.ebuild:
+ Don't assign default to S; header fix
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/dev-libs/cln/cln-1.1.5.ebuild b/dev-libs/cln/cln-1.1.5.ebuild
index 07d7bdaad90e..23be1c5af697 100644
--- a/dev-libs/cln/cln-1.1.5.ebuild
+++ b/dev-libs/cln/cln-1.1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cln/cln-1.1.5.ebuild,v 1.6 2004/02/22 20:01:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cln/cln-1.1.5.ebuild,v 1.7 2004/03/14 12:14:40 mr_bones_ Exp $
inherit flag-o-matic
@@ -16,8 +16,6 @@ SRC_URI="ftp://ftp.santafe.edu/pub/gnu/${P}.tar.gz"
#SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gnu/${P}.tar.gz"
DEPEND="dev-libs/gmp"
-S=${WORKDIR}/${P}
-
src_compile() {
# at least with gcc 2.95 and 3.1, cln won't like -O3 flag...
replace-flags -O[3..9] -O2