commit: 4b7a3f2ff5c9b749f99d6bf1736307119dae00aa Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org> AuthorDate: Thu Jul 8 21:51:47 2021 +0000 Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org> CommitDate: Thu Jul 8 21:53:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7a3f2f
dev-cpp/ETL: fix multiple typos Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org> dev-cpp/ETL/ETL-1.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/ETL/ETL-1.4.1.ebuild b/dev-cpp/ETL/ETL-1.4.1.ebuild index c78382ba10f..5004a82f10f 100644 --- a/dev-cpp/ETL/ETL-1.4.1.ebuild +++ b/dev-cpp/ETL/ETL-1.4.1.ebuild @@ -12,8 +12,8 @@ SRC_URI="https://github.com/synfig/synfig/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPENDS=">=glibmm-2.24.2:2" -DEPENDS="${RDEPENDS}" +RDEPEND=">=dev-cpp/glibmm-2.24.2:2" +DEPEND="${RDEPEND}" src_prepare() { default
