diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-26 15:11:26 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-26 16:31:26 -0400 |
commit | 4c0a6f2261d137c1e77ea4b0a401f4e383cea778 (patch) | |
tree | 75b19d45fd0ce6e4f6ca13b41fcd29103e483a90 /x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild | |
parent | app-shells/pdsh: drop EAPI=2 (diff) | |
download | gentoo-4c0a6f2261d137c1e77ea4b0a401f4e383cea778.tar.gz gentoo-4c0a6f2261d137c1e77ea4b0a401f4e383cea778.tar.bz2 gentoo-4c0a6f2261d137c1e77ea4b0a401f4e383cea778.zip |
x11-plugins/pidgin-privacy-please: bump EAPI and drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild')
-rw-r--r-- | x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild index 68ee1c6cecfe..0b948e591e63 100644 --- a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild +++ b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 inherit autotools @@ -19,11 +19,12 @@ DEPEND="${RDEPEND} sys-devel/gettext" src_prepare() { + default sed -e 's: -Wall -g3::' -i configure.ac || die eautoreconf } src_install() { emake DESTDIR="${D}" ALL_LINGUAS="${LANGS}" install || die - dodoc AUTHORS ChangeLog NEWS README || die + default } |