dev-libs/protobuf-c: rm obsolete patch

This commit is contained in:
2016-02-19 11:53:26 +01:00
parent 53e9e419d8
commit bde4ed91c0
2 changed files with 2 additions and 32 deletions

View File

@@ -1,8 +1,7 @@
# Copyright 2013 William Orr <will@worrbase.com>
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require github [ tag=v${PV} ] autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.13 ] ]
require github [ tag=v${PV} ] autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
SUMMARY="C bindings for the protobuf library"
DESCRIPTION="
@@ -21,5 +20,5 @@ DEPENDENCIES="
virtual/pkg-config
"
DEFAULT_SRC_PREPARE_PATCHES=( "${FILES}"/${PNV}-no-build-tests.patch )
BUGS_TO="will@worrbase.com"