diff options
author | Sam James <sam@gentoo.org> | 2022-11-24 11:35:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-24 11:35:32 +0000 |
commit | f771f3fff36d61de70badc432b1f00534d133998 (patch) | |
tree | 24e09728f9faead3aa5a38dc52caaa72f18e2975 /dev-lang | |
parent | dev-lang/gnucobol: update maintainers (diff) | |
download | gentoo-f771f3fff36d61de70badc432b1f00534d133998.tar.gz gentoo-f771f3fff36d61de70badc432b1f00534d133998.tar.bz2 gentoo-f771f3fff36d61de70badc432b1f00534d133998.zip |
dev-lang/gnucobol: use BDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gnucobol/gnucobol-3.1.2.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-lang/gnucobol/gnucobol-3.1.2.ebuild b/dev-lang/gnucobol/gnucobol-3.1.2.ebuild index 2cbdbbeb39c3..8202373ea8e8 100644 --- a/dev-lang/gnucobol/gnucobol-3.1.2.ebuild +++ b/dev-lang/gnucobol/gnucobol-3.1.2.ebuild @@ -12,13 +12,15 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="berkdb json nls xml" -RDEPEND="dev-libs/gmp:0= - json? ( dev-libs/json-c ) +RDEPEND=" + dev-libs/gmp:= + sys-libs/ncurses:= + json? ( dev-libs/json-c:= ) xml? ( dev-libs/libxml2 ) berkdb? ( sys-libs/db:4.8= ) - sys-libs/ncurses" -DEPEND="${RDEPEND} - sys-devel/libtool" +" +DEPEND="${RDEPEND}" +BDEPEND="sys-devel/libtool" DOCS=( AUTHORS ChangeLog NEWS README README.md ) |