diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:46:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:55:02 +0100 |
commit | 551ce13c263c97909b9136a14db8b58c4a2b46b0 (patch) | |
tree | 687724d5bf924b57c82f3eb2c584b8f0ad06a7b9 /dev-lang/logtalk | |
parent | dev-lang/lazarus: eutils->epatch (diff) | |
download | gentoo-551ce13c263c97909b9136a14db8b58c4a2b46b0.tar.gz gentoo-551ce13c263c97909b9136a14db8b58c4a2b46b0.tar.bz2 gentoo-551ce13c263c97909b9136a14db8b58c4a2b46b0.zip |
dev-lang/logtalk: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/logtalk')
-rw-r--r-- | dev-lang/logtalk/logtalk-3.36.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/logtalk/logtalk-3.36.0.ebuild b/dev-lang/logtalk/logtalk-3.36.0.ebuild index dc96c5d1fc5a..130065d0fb4f 100644 --- a/dev-lang/logtalk/logtalk-3.36.0.ebuild +++ b/dev-lang/logtalk/logtalk-3.36.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils xdg-utils +inherit epatch xdg-utils DESCRIPTION="Open source object-oriented logic programming language" HOMEPAGE="https://logtalk.org" |