diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 19:23:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:01:58 +0100 |
commit | 4b4fcd8076539645dc8de49e5caa36cad9a90098 (patch) | |
tree | 52b24f5164dbb419c20a63ef71fa68f32bbfd9ef /dev-util/visual-regexp/visual-regexp-3.1.ebuild | |
parent | dev-util/txt2regex: eutils->epatch (diff) | |
download | gentoo-4b4fcd8076539645dc8de49e5caa36cad9a90098.tar.gz gentoo-4b4fcd8076539645dc8de49e5caa36cad9a90098.tar.bz2 gentoo-4b4fcd8076539645dc8de49e5caa36cad9a90098.zip |
dev-util/visual-regexp: eutils->{desktop, edos2unix, epatch}
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/visual-regexp/visual-regexp-3.1.ebuild')
-rw-r--r-- | dev-util/visual-regexp/visual-regexp-3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/visual-regexp/visual-regexp-3.1.ebuild b/dev-util/visual-regexp/visual-regexp-3.1.ebuild index 3920d2a42ab5..456230c04a7c 100644 --- a/dev-util/visual-regexp/visual-regexp-3.1.ebuild +++ b/dev-util/visual-regexp/visual-regexp-3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit desktop edos2unix epatch DESCRIPTION="Type the regexp and visualize it on a sample of your choice" HOMEPAGE="http://laurent.riesterer.free.fr/regexp/" |