diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-07-20 15:43:01 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-20 16:01:01 +0300 |
commit | 2e88866f30d6a04d0c74f93aa764379c0b25f5ab (patch) | |
tree | f9da7e42e03aac6aae8660f69908fd2c862611b7 /x11-themes | |
parent | sys-cluster/lustre: fix DEPEND typo in 2.13 (diff) | |
download | gentoo-2e88866f30d6a04d0c74f93aa764379c0b25f5ab.tar.gz gentoo-2e88866f30d6a04d0c74f93aa764379c0b25f5ab.tar.bz2 gentoo-2e88866f30d6a04d0c74f93aa764379c0b25f5ab.zip |
x11-themes/gtk-engines-aurora: fix BDEPEND typo in 1.5.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines-aurora/gtk-engines-aurora-1.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 ec067e806173..e2cd19b4d018 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}" |