diff options
author | 2022-03-10 04:56:57 +0000 | |
---|---|---|
committer | 2022-03-10 21:09:57 +0000 | |
commit | 7b8b247e2958081895026487dada8c9b19cdc572 (patch) | |
tree | a606fff16d35e17f9de6e128f75ffb972f93aa78 /dev-lang | |
parent | dev-games/mygui: [QA] fix UnusedInherits (multilib) (diff) | |
download | gentoo-7b8b247e2958081895026487dada8c9b19cdc572.tar.gz gentoo-7b8b247e2958081895026487dada8c9b19cdc572.tar.bz2 gentoo-7b8b247e2958081895026487dada8c9b19cdc572.zip |
dev-lang/teyjus: [QA] fix UnusedInherits (multilib)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/teyjus/teyjus-2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/teyjus/teyjus-2.1-r1.ebuild b/dev-lang/teyjus/teyjus-2.1-r1.ebuild index b95680891d7d..508113c464bd 100644 --- a/dev-lang/teyjus/teyjus-2.1-r1.ebuild +++ b/dev-lang/teyjus/teyjus-2.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -inherit elisp-common multilib +inherit elisp-common DESCRIPTION="Higher-order logic programming language Lambda Prolog" HOMEPAGE="http://teyjus.cs.umn.edu/" |