summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
commitd4bd6695641f6d2ec7ff8681913d304e995902f5 (patch)
tree6ec8d4c38152bb4f2bb4b93277236ebd9fbbd21d /x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
parent22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (diff)
gentoo resync : 29.05.2018
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.ebuild8
1 files changed, 2 insertions, 6 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..0af2b95d9d4e 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,7 @@ 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
-}