summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2016-10-16 01:33:09 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2016-10-16 01:35:39 +0200
commit90dc680d120c004291b8969a724503b6907d8ab6 (patch)
tree64b9931028cafc9157393957025a3254ccf3f224 /x11-libs
parentnet-p2p/qbittorrent: remove old (diff)
downloadgentoo-90dc680d120c004291b8969a724503b6907d8ab6.tar.gz
gentoo-90dc680d120c004291b8969a724503b6907d8ab6.tar.bz2
gentoo-90dc680d120c004291b8969a724503b6907d8ab6.zip
x11-libs/libnotify: drop unneeded src_prepare steps, switch to EAPI=6
Package-Manager: portage-2.3.1
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libnotify/libnotify-0.7.7.ebuild17
1 files changed, 7 insertions, 10 deletions
diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild b/x11-libs/libnotify/libnotify-0.7.7.ebuild
index 0c6b8bd3842c..461066d5b7a6 100644
--- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7.ebuild
@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-inherit autotools eutils gnome.org multilib-minimal xdg-utils
+EAPI=6
+
+inherit gnome.org multilib-minimal xdg-utils
DESCRIPTION="A library for sending desktop notifications"
HOMEPAGE="https://git.gnome.org/browse/libnotify"
@@ -28,20 +29,16 @@ DEPEND="${RDEPEND}
PDEPEND="virtual/notification-daemon"
src_prepare() {
+ default
xdg_environment_reset
- sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die
-
- if ! use test; then
- sed -i -e '/PKG_CHECK_MODULES(TESTS/d' configure.ac || die
- fi
-
- eautoreconf
}
multilib_src_configure() {
ECONF_SOURCE=${S} econf \
+ --disable-gtk-doc \
--disable-static \
- $(multilib_native_use_enable introspection)
+ $(multilib_native_use_enable introspection) \
+ $(use_enable test tests)
# work-around gtk-doc out-of-source brokedness
if multilib_is_native_abi; then