x11-plugins/pidgin-privacy-please: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Aaron Bauman
2018-05-27 09:51:25 -04:00
parent 10bdf4218c
commit d4d0c42c89

View File

@@ -23,8 +23,3 @@ src_prepare() {
sed -e 's: -Wall -g3::' -i configure.ac || die
eautoreconf
}
src_install() {
emake DESTDIR="${D}" ALL_LINGUAS="${LANGS}" install || die
default
}