diff options
-rw-r--r-- | net-misc/openvpn/Manifest | 1 | ||||
-rw-r--r-- | net-misc/openvpn/openvpn-2.2.2.ebuild | 10 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net-misc/openvpn/Manifest b/net-misc/openvpn/Manifest index 1833126..5ca3567 100644 --- a/net-misc/openvpn/Manifest +++ b/net-misc/openvpn/Manifest @@ -1,2 +1 @@ -DIST openvpn-2.2.0-ipv6-20110522-1.patch.gz 36029 RMD160 a476ba5581f0920dd5f42b2b22beeccb7ef2cbe8 SHA1 04dbcd44d825949e895d714a97e4e57617037536 SHA256 e3b415b1dd61f7fb823231c32b40516a93efc99c2b6b52e3b9fce03d4ae45053 DIST openvpn-2.2.2.tar.gz 911158 RMD160 60990f183bdd46933724b3bf39ba5861ed0258a6 SHA1 992373cdf12e1b50655b13765a6d36a87cfd3ca3 SHA256 54ca8b260e2ea3b26e84c2282ccb5f8cb149edcfd424b686d5fb22b8dbbeac00 diff --git a/net-misc/openvpn/openvpn-2.2.2.ebuild b/net-misc/openvpn/openvpn-2.2.2.ebuild index e3eeee1..8f1019e 100644 --- a/net-misc/openvpn/openvpn-2.2.2.ebuild +++ b/net-misc/openvpn/openvpn-2.2.2.ebuild @@ -8,10 +8,10 @@ inherit eutils multilib toolchain-funcs autotools flag-o-matic IPV6_VERSION="2.2.0-ipv6-20110522-1" DESCRIPTION="OpenVPN is a robust and highly flexible tunneling application compatible with many OSes." -SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz - ipv6? ( - http://www.greenie.net/ipv6/openvpn-${IPV6_VERSION}.patch.gz - )" +SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz" +# ipv6? ( +# http://www.greenie.net/ipv6/openvpn-${IPV6_VERSION}.patch.gz +# )" HOMEPAGE="http://openvpn.net/" LICENSE="GPL-2" @@ -33,7 +33,7 @@ RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}/${PN}-2.2.2-pkcs11.patch" - use ipv6 && epatch "${WORKDIR}/${PN}-${IPV6_VERSION}.patch" +# use ipv6 && epatch "${WORKDIR}/${PN}-${IPV6_VERSION}.patch" sed -i \ -e "s/gcc \${CC_FLAGS}/\${CC} \${CFLAGS} -Wall/" \ -e "s/-shared/-shared \${LDFLAGS}/" \ |