summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 05:51:05 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:54:39 +0100
commit1c391f05a69570ba6c2ba6b8f80b86de2d909d98 (patch)
treed0894fdf2767e34553a468468353a8a842ffd2a1
parentdev-libs/xapian: drop unused eutils, use ${ED} (mostly) (diff)
downloadgentoo-1c391f05a69570ba6c2ba6b8f80b86de2d909d98.tar.gz
gentoo-1c391f05a69570ba6c2ba6b8f80b86de2d909d98.tar.bz2
gentoo-1c391f05a69570ba6c2ba6b8f80b86de2d909d98.zip
dev-libs/yaz: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-libs/yaz/yaz-3.0.53.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/yaz/yaz-3.0.53.ebuild b/dev-libs/yaz/yaz-3.0.53.ebuild
index fa044ba4bf87..fe1a1b52b350 100644
--- a/dev-libs/yaz/yaz-3.0.53.ebuild
+++ b/dev-libs/yaz/yaz-3.0.53.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils autotools
+
+inherit autotools
DESCRIPTION="C/C++ toolkit for Z39.50v3 clients and servers"
HOMEPAGE="http://www.indexdata.dk/yaz"