summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-11-14 05:53:42 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-11-14 05:53:42 +0000
commita9f332e446f72e3161846c61f99dce78ee637a8f (patch)
treee69918a4098559456cdbd1ab354da3d35812c2fc /net-misc/vpnc
parentFixed LIBDIR to include /; bug 199084 reported by Krzysztof Olędzki <ole+gen... (diff)
downloadgentoo-2-a9f332e446f72e3161846c61f99dce78ee637a8f.tar.gz
gentoo-2-a9f332e446f72e3161846c61f99dce78ee637a8f.tar.bz2
gentoo-2-a9f332e446f72e3161846c61f99dce78ee637a8f.zip
make resolvconf depend on the USE flag of that name as it is optional (bug 196276, by pa4wdh@yahoo.com); extend a comment
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-misc/vpnc')
-rw-r--r--net-misc/vpnc/ChangeLog6
-rw-r--r--net-misc/vpnc/vpnc-0.5.1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/vpnc/ChangeLog b/net-misc/vpnc/ChangeLog
index e4b6c051d2ed..8e57f48e9ccd 100644
--- a/net-misc/vpnc/ChangeLog
+++ b/net-misc/vpnc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/vpnc
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.55 2007/11/06 07:20:28 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.56 2007/11/14 05:53:42 opfer Exp $
+
+ 14 Nov 2007; Christian Faulhammer <opfer@gentoo.org> vpnc-0.5.1.ebuild:
+ make resolvconf depend on the USE flag of that name as it is optional (bug
+ 196276, by pa4wdh@yahoo.com); extend a comment
06 Nov 2007; Christian Faulhammer <opfer@gentoo.org>
-files/vpnc-0.4.0-build.patch, -files/vpnc.init, -vpnc-0.4.0.ebuild,
diff --git a/net-misc/vpnc/vpnc-0.5.1.ebuild b/net-misc/vpnc/vpnc-0.5.1.ebuild
index 826054bfc2d2..dcd898e849fc 100644
--- a/net-misc/vpnc/vpnc-0.5.1.ebuild
+++ b/net-misc/vpnc/vpnc-0.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1.ebuild,v 1.6 2007/11/06 00:47:19 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.5.1.ebuild,v 1.7 2007/11/14 05:53:42 opfer Exp $
inherit linux-info
@@ -18,7 +18,7 @@ DEPEND=">=dev-libs/libgcrypt-1.1.91
!bindist? ( hybrid-auth? ( dev-libs/openssl ) )"
RDEPEND="${DEPEND}
- net-dns/resolvconf-gentoo"
+ resolvconf? ( net-dns/resolvconf-gentoo )"
pkg_setup() {
if use hybrid-auth && use bindist; then
@@ -31,7 +31,7 @@ pkg_setup() {
}
src_compile() {
- # is reported upstream
+ # is reported upstream and fixed in next version
sed -e "s:/usr/local:/usr:" -i vpnc-script
# only allowed if not distributed in binary form!
if use hybrid-auth && ! use bindist; then