commit: 2e88866f30d6a04d0c74f93aa764379c0b25f5ab
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 12:43:01 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 13:01:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e88866f
x11-themes/gtk-engines-aurora: fix BDEPEND typo in 1.5.1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-themes/gtk-engines-aurora/gtk-engines-aurora-1.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/gtk-engines-aurora/gtk-engines-aurora-1.5.1.ebuild
b/x11-themes/gtk-engines-aurora/gtk-engines-aurora-1.5.1.ebuild
index ec067e80617..e2cd19b4d01 100644
--- a/x11-themes/gtk-engines-aurora/gtk-engines-aurora-1.5.1.ebuild
+++ b/x11-themes/gtk-engines-aurora/gtk-engines-aurora-1.5.1.ebuild
@@ -17,7 +17,7 @@ RDEPEND="
dev-libs/glib:2
x11-libs/gtk+:2"
DEPEND="${RDEPEND}"
-BDEPED="virtual/pkgconfig"
+BDEPEND="virtual/pkgconfig"
S="${WORKDIR}/aurora-${MY_MAJ}"