diff options
author | 2022-10-08 20:56:46 +0100 | |
---|---|---|
committer | 2022-10-08 21:01:31 +0100 | |
commit | c76e2c0bf8b625953e551f4bd2d9dcac642a30c8 (patch) | |
tree | 1437bd249c662ec39b1aee78e826f64196acc83e /app-text/jabref-bin/jabref-bin-4.9999.ebuild | |
parent | dev-lang/mercury-extras: fix DeprecatedEclass (eutils) (diff) | |
download | gentoo-c76e2c0bf8b625953e551f4bd2d9dcac642a30c8.tar.gz gentoo-c76e2c0bf8b625953e551f4bd2d9dcac642a30c8.tar.bz2 gentoo-c76e2c0bf8b625953e551f4bd2d9dcac642a30c8.zip |
app-text/jabref-bin: fix DeprecatedEclass (eutils)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/jabref-bin/jabref-bin-4.9999.ebuild')
-rw-r--r-- | app-text/jabref-bin/jabref-bin-4.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/jabref-bin/jabref-bin-4.9999.ebuild b/app-text/jabref-bin/jabref-bin-4.9999.ebuild index 0526745fe6ad..6ad4e16b1e25 100644 --- a/app-text/jabref-bin/jabref-bin-4.9999.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils java-pkg-2 +inherit desktop java-pkg-2 DESCRIPTION="Java GUI manages bibliographies in a BibTeX database" HOMEPAGE="http://www.jabref.org/" |