mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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 )
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user