diff options
author | Sam James <sam@gentoo.org> | 2021-05-29 21:02:13 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-29 21:02:13 +0200 |
commit | 7c05d40f462b7169ffe49a91d59aee1c671a1f3a (patch) | |
tree | 725cecc6c74a40180e43b7ea026c7e1748d3f6a9 /dev-db | |
parent | app-doc/linux-kernel-in-a-nutshell: ebuild tidying (diff) | |
download | gentoo-7c05d40f462b7169ffe49a91d59aee1c671a1f3a.tar.gz gentoo-7c05d40f462b7169ffe49a91d59aee1c671a1f3a.tar.bz2 gentoo-7c05d40f462b7169ffe49a91d59aee1c671a1f3a.zip |
dev-db/libdbi: ebuild tidying
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/libdbi/libdbi-0.9.0.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-db/libdbi/libdbi-0.9.0.ebuild b/dev-db/libdbi/libdbi-0.9.0.ebuild index bc6daa9ac86e..e5710565f5a0 100644 --- a/dev-db/libdbi/libdbi-0.9.0.ebuild +++ b/dev-db/libdbi/libdbi-0.9.0.ebuild @@ -6,19 +6,17 @@ EAPI=7 inherit autotools DESCRIPTION="A database-independent abstraction layer in C" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://libdbi.sourceforge.net/" -LICENSE="LGPL-2.1" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -IUSE="doc static-libs" +LICENSE="LGPL-2.1" +SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" -SLOT=0 +IUSE="doc static-libs" DOCS=( AUTHORS ChangeLog README README.osx TODO ) -RDEPEND="" -DEPEND="${RDEPEND} - >=sys-apps/sed-4 +BDEPEND=" virtual/pkgconfig doc? ( app-text/openjade ) " |