diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 03:50:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:15:41 +0100 |
commit | 6727f58b8e573f62191b6042d5311e015f194e23 (patch) | |
tree | b388234c752d6a15b03f7d29a20806b927d29206 /dev-libs | |
parent | dev-libs/leveldb: eutils->epatch (diff) | |
download | gentoo-6727f58b8e573f62191b6042d5311e015f194e23.tar.gz gentoo-6727f58b8e573f62191b6042d5311e015f194e23.tar.bz2 gentoo-6727f58b8e573f62191b6042d5311e015f194e23.zip |
dev-libs/libappindicator: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild index 534690231318..32b93d812d6b 100644 --- a/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild +++ b/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 VALA_USE_DEPEND="vapigen" -inherit autotools eutils ltprune multilib-minimal vala xdg-utils +inherit autotools ltprune multilib-minimal vala xdg-utils DESCRIPTION="A library to allow applications to export a menu into the Unity Menu bar" HOMEPAGE="https://launchpad.net/libappindicator" @@ -59,7 +59,7 @@ multilib_src_configure() { use introspection && vala_src_prepare && export VALA_API_GEN="${VAPIGEN}" fi - ECONF_SOURCE=${S} \ + ECONF_SOURCE="${S}" \ econf \ --disable-static \ --with-gtk=3 \ |