diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-21 22:59:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-22 18:05:50 +0200 |
commit | 5912e78afd6b47f0cee1c28ad37aaa17b63e31b1 (patch) | |
tree | 03070e942ac03c6bfe7688879f9fd183686b126d /media-libs/liblscp | |
parent | media-libs/liblscp: 0.6.2 version bump, add alternative SRC_URI (diff) | |
download | gentoo-5912e78afd6b47f0cee1c28ad37aaa17b63e31b1.tar.gz gentoo-5912e78afd6b47f0cee1c28ad37aaa17b63e31b1.tar.bz2 gentoo-5912e78afd6b47f0cee1c28ad37aaa17b63e31b1.zip |
media-libs/liblscp: Fix EAPI-7 bump, DEPEND -> BDEPEND
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/liblscp')
-rw-r--r-- | media-libs/liblscp/liblscp-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/liblscp/liblscp-9999.ebuild b/media-libs/liblscp/liblscp-9999.ebuild index 58bf2dff4bf3..f456569bf546 100644 --- a/media-libs/liblscp/liblscp-9999.ebuild +++ b/media-libs/liblscp/liblscp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="" IUSE="doc" -DEPEND="doc? ( app-doc/doxygen )" +BDEPEND="doc? ( app-doc/doxygen )" DOCS=( AUTHORS ChangeLog TODO NEWS README ) |