diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-01-19 18:32:51 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-01-19 18:33:04 +0000 |
commit | 3a8ee12aee999c20ba97775d0e68541973c01859 (patch) | |
tree | 052f840f3050403f362e45f78d9fefa2e34dcd38 /app-text/lv/lv-4.51-r3.ebuild | |
parent | net-misc/aria2: Removed old. (diff) | |
download | gentoo-3a8ee12aee999c20ba97775d0e68541973c01859.tar.gz gentoo-3a8ee12aee999c20ba97775d0e68541973c01859.tar.bz2 gentoo-3a8ee12aee999c20ba97775d0e68541973c01859.zip |
app-text/lv: add missing string protos
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-text/lv/lv-4.51-r3.ebuild')
-rw-r--r-- | app-text/lv/lv-4.51-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/lv/lv-4.51-r3.ebuild b/app-text/lv/lv-4.51-r3.ebuild index c3c89a1a2e22..3e07c7f656aa 100644 --- a/app-text/lv/lv-4.51-r3.ebuild +++ b/app-text/lv/lv-4.51-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,6 +27,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch epatch "${FILESDIR}"/${P}-xz.diff epatch "${FILESDIR}"/${P}-tinfo.patch + epatch "${FILESDIR}"/${P}-protos.patch cd "${S}"/src; eautoreconf } |