diff options
author | Sam James <sam@gentoo.org> | 2022-07-09 04:09:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-09 04:09:09 +0100 |
commit | 0d7b4d607b4215fb1a3442c22615e7a16f5f3beb (patch) | |
tree | 8396895587955ce0b4194df9b6e96795fa99a041 /x11-plugins | |
parent | sci-biology/rebase: fix RDEPEND typo (diff) | |
download | gentoo-0d7b4d607b4215fb1a3442c22615e7a16f5f3beb.tar.gz gentoo-0d7b4d607b4215fb1a3442c22615e7a16f5f3beb.tar.bz2 gentoo-0d7b4d607b4215fb1a3442c22615e7a16f5f3beb.zip |
x11-plugins/gkrellm-countdown: fix BDEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild b/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild index 29c9fb53247e..e67c4488f863 100644 --- a/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild +++ b/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" RDEPEND="app-admin/gkrellm:2[X]" DEPEND="${RDEPEND}" -BDPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-makefile.patch |