diff options
Diffstat (limited to 'net-libs/linc')
-rw-r--r-- | net-libs/linc/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/linc/linc-0.5.5.ebuild | 5 |
2 files changed, 5 insertions, 8 deletions
diff --git a/net-libs/linc/ChangeLog b/net-libs/linc/ChangeLog index c74f8e7379c2..a1e3d16a80a7 100644 --- a/net-libs/linc/ChangeLog +++ b/net-libs/linc/ChangeLog @@ -1,11 +1,11 @@ # ChangeLog for net-libs/linc # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/ChangeLog,v 1.14 2002/12/13 11:00:04 blizzy Exp $ - - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - +# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/ChangeLog,v 1.15 2003/01/09 14:26:06 mholzer Exp $ *linc-0.5.5 (13 Nov 2002) + + 09 Jan 2003; Martin Holzer <mholzer@gentoo.org> linc-0.5.5.ebuild : + Removed Commentar. 13 Nov 2002; Spider <spider@gentoo.org> linc-0.5.5.ebuild : new version in the stable tree. now, is this confusing or what? diff --git a/net-libs/linc/linc-0.5.5.ebuild b/net-libs/linc/linc-0.5.5.ebuild index 87a236a460be..de60dde15bfa 100644 --- a/net-libs/linc/linc-0.5.5.ebuild +++ b/net-libs/linc/linc-0.5.5.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-0.5.5.ebuild,v 1.5 2002/12/15 12:35:24 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/linc/linc-0.5.5.ebuild,v 1.6 2003/01/09 14:26:06 mholzer Exp $ IUSE="doc ssl" - inherit libtool gnome.org S=${WORKDIR}/${P} @@ -29,8 +28,6 @@ src_compile() { && myconf="${myconf} --enable-gtk-doc" \ || myconf="${myconf} --disable-gtk-doc" - # if this is disabled (use) ORBit2 will fail to build. Just force it on - use ssl \ && myconf="${myconf} --with-openssl" \ || myconf="${myconf} --without-openssl" |