diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-28 10:43:28 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-28 10:43:28 +0300 |
commit | 1c43a636371b43be721e2cf3ba70f4f668cd1cf8 (patch) | |
tree | 0c9961a62067f8cfbcb3b340e381906cef6f75ad /sci-libs/libticonv | |
parent | sci-physics/heppdt: EAPI 6 -> 8 (diff) | |
download | gentoo-1c43a636371b43be721e2cf3ba70f4f668cd1cf8.tar.gz gentoo-1c43a636371b43be721e2cf3ba70f4f668cd1cf8.tar.bz2 gentoo-1c43a636371b43be721e2cf3ba70f4f668cd1cf8.zip |
sci-libs/libticonv: EAPI 6 -> 8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/libticonv')
-rw-r--r-- | sci-libs/libticonv/libticonv-1.1.5-r1.ebuild (renamed from sci-libs/libticonv/libticonv-1.1.5.ebuild) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-libs/libticonv/libticonv-1.1.5.ebuild b/sci-libs/libticonv/libticonv-1.1.5-r1.ebuild index b4bd611bce5c..2bc9aa620a70 100644 --- a/sci-libs/libticonv/libticonv-1.1.5.ebuild +++ b/sci-libs/libticonv/libticonv-1.1.5-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools @@ -14,9 +14,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc iconv static-libs" -RDEPEND="dev-libs/glib:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="dev-libs/glib:2" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt ) |