summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-20 10:32:55 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-20 10:32:55 +0000
commit81fbf22be816dbd2e639e07613ee3ba723366747 (patch)
tree49b6bebf7103ee494012723283ba33f4accb4484 /net-www/links
parentUpdated gcc patch. (diff)
downloadgentoo-2-81fbf22be816dbd2e639e07613ee3ba723366747.tar.gz
gentoo-2-81fbf22be816dbd2e639e07613ee3ba723366747.tar.bz2
gentoo-2-81fbf22be816dbd2e639e07613ee3ba723366747.zip
no graphics required for ssl
Diffstat (limited to 'net-www/links')
-rw-r--r--net-www/links/ChangeLog6
-rw-r--r--net-www/links/Manifest4
-rw-r--r--net-www/links/links-2.1_pre11.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-www/links/ChangeLog b/net-www/links/ChangeLog
index 824bb73f7029..7c5eb188a77d 100644
--- a/net-www/links/ChangeLog
+++ b/net-www/links/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/links
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/links/ChangeLog,v 1.31 2003/09/09 09:39:23 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/links/ChangeLog,v 1.32 2003/09/20 10:32:54 seemant Exp $
+
+ 20 Sep 2003; Seemant Kulleen <seemant@gentoo.org> links-2.1_pre11.ebuild:
+ graphics not needed for ssl -- sheesh at me. Thanks spanky <vapier@gentoo.org>
+ in bug #29086
09 Sep 2003; Seemant Kulleen <seemant@gentoo.org> links-2.1_pre11.ebuild,
links-2.1_pre9.ebuild:
diff --git a/net-www/links/Manifest b/net-www/links/Manifest
index ee12f680929f..8a7986edef33 100644
--- a/net-www/links/Manifest
+++ b/net-www/links/Manifest
@@ -1,7 +1,7 @@
MD5 62c2cb8d4841bab0f3b7bb9d0d5f270f links-0.96-r2.ebuild 1200
MD5 ccaa318205865c223e179a9b10e14e12 links-2.1_pre9.ebuild 2914
-MD5 a96c86177b1bbe817a9d9af0cbe09791 links-2.1_pre11.ebuild 3136
-MD5 5ec843acb4441122dfdb66ddf8960097 ChangeLog 6156
+MD5 ce8c7332eb5f96377396f47d10b67e78 links-2.1_pre11.ebuild 3118
+MD5 5cb1fb2f0fa29b73826ae7855aad8b69 ChangeLog 6330
MD5 52bed2c64a669feed86577cb52f8cbb5 files/links-0.96-r2-gentoo.patch 1400
MD5 e8eedeca8d9b94ce7cc0e5f919500740 files/digest-links-2.1_pre9 67
MD5 71861032c7ce183e3427e4e205748323 files/digest-links-2.1_pre11 68
diff --git a/net-www/links/links-2.1_pre11.ebuild b/net-www/links/links-2.1_pre11.ebuild
index 80356a79ba4c..6f7f458e32ad 100644
--- a/net-www/links/links-2.1_pre11.ebuild
+++ b/net-www/links/links-2.1_pre11.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-www/links/links-2.1_pre11.ebuild,v 1.4 2003/09/09 09:35:05 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre11.ebuild,v 1.5 2003/09/20 10:32:54 seemant Exp $
IUSE="ssl javascript png X gpm tiff fbcon svga jpeg"
@@ -67,7 +67,7 @@ src_compile (){
|| myconf="${myconf} --without-directfb"
use ssl \
- && myconf="${myconf} --enable-graphics --with-ssl" \
+ && myconf="${myconf} --with-ssl" \
|| myconf="${myconf} --without-ssl"
use javascript \