Diff stenc-1.1.1 with a stenc-2.0.0

/usr/portage/app-arch/stenc/stenc-2.0.0.ebuild 2023-10-09 14:52:28.192368317 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
20 20
LICENSE="GPL-2"
21 21
SLOT="0"
22 22

  
23
BDEPEND="
24
	virtual/pandoc
25
	virtual/pkgconfig
26
"
27

  
23 28
src_prepare() {
24 29
	default
25 30
	eautoreconf
Thank you!