diff options
author | Sam James <sam@gentoo.org> | 2022-12-25 20:21:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-25 21:24:08 +0000 |
commit | eaea1b0cbbf5b9eb4020f1c87548d0d78478de85 (patch) | |
tree | be20a48250a81c86fa70845cbc4d54742d38e8c3 /sys-apps/dnotify | |
parent | sys-apps/arrayprobe: EAPI 8 (diff) | |
download | gentoo-eaea1b0cbbf5b9eb4020f1c87548d0d78478de85.tar.gz gentoo-eaea1b0cbbf5b9eb4020f1c87548d0d78478de85.tar.bz2 gentoo-eaea1b0cbbf5b9eb4020f1c87548d0d78478de85.zip |
sys-apps/dnotify: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/dnotify')
-rw-r--r-- | sys-apps/dnotify/dnotify-0.18.0-r1.ebuild (renamed from sys-apps/dnotify/dnotify-0.18.0.ebuild) | 8 | ||||
-rw-r--r-- | sys-apps/dnotify/files/dnotify-0.18.0-nls.patch | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/sys-apps/dnotify/dnotify-0.18.0.ebuild b/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild index 6c11fbe8b1dc..b92ef1d92179 100644 --- a/sys-apps/dnotify/dnotify-0.18.0.ebuild +++ b/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Execute a command when the contents of a directory change" HOMEPAGE="https://directory.fsf.org/project/dnotify/" @@ -12,7 +12,6 @@ SLOT="0" KEYWORDS="amd64 ~mips ppc -sparc x86" IUSE="nls" -RDEPEND="" DEPEND="nls? ( sys-devel/gettext )" PATCHES=( @@ -21,6 +20,5 @@ PATCHES=( ) src_configure() { - econf \ - $(use_enable nls) + econf $(use_enable nls) } diff --git a/sys-apps/dnotify/files/dnotify-0.18.0-nls.patch b/sys-apps/dnotify/files/dnotify-0.18.0-nls.patch index 55400b704983..7bcb3a3a320e 100644 --- a/sys-apps/dnotify/files/dnotify-0.18.0-nls.patch +++ b/sys-apps/dnotify/files/dnotify-0.18.0-nls.patch @@ -1,5 +1,5 @@ ---- a/src/gettext.h 2006-01-27 18:23:31.000000000 +0100 -+++ b/src/gettext.h 2006-01-27 18:25:07.000000000 +0100 +--- a/src/gettext.h ++++ b/src/gettext.h @@ -24,6 +24,7 @@ /* Get declarations of GNU message catalog functions. */ |