Diff libnss-mysql-1.7.1 with a libnss-mysql-1.7.1-r1
| /usr/portage/sys-auth/libnss-mysql/libnss-mysql-1.7.1-r1.ebuild 2026-02-04 11:18:07.007529911 +0300 | ||
|---|---|---|
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
inherit autotools |
|
| 7 | ||
| 6 | 8 |
DESCRIPTION="NSS MySQL Library" |
| 7 | 9 |
HOMEPAGE="https://github.com/saknopper/libnss-mysql" |
| 8 | 10 |
SRC_URI="https://github.com/saknopper/libnss-mysql/releases/download/v${PV}/libnss-mysql-${PV}.tar.gz"
|
| 9 | 11 | |
| 10 | 12 |
LICENSE="GPL-2" |
| 11 | 13 |
SLOT="0" |
| 12 |
KEYWORDS="amd64 ~ppc ~sparc x86" |
|
| 14 |
KEYWORDS="~amd64 ~ppc ~sparc ~x86" |
|
| 13 | 15 |
IUSE="debug" |
| 14 | 16 | |
| 15 | 17 |
DEPEND="dev-db/mysql-connector-c:=" |
| 16 | 18 |
RDEPEND="${DEPEND}"
|
| 19 |
BDEPEND="sys-apps/which" |
|
| 17 | 20 | |
| 18 | 21 |
DOCS=( AUTHORS DEBUGGING FAQ INSTALL NEWS README THANKS |
| 19 | 22 |
UPGRADING ChangeLog |
| 20 | 23 |
) |
| 21 | 24 | |
| 25 |
PATCHES=( |
|
| 26 |
"${FILESDIR}/libnss-mysql-1.7.1-r1-remove_libnsl_check.patch"
|
|
| 27 |
) |
|
| 28 | ||
| 29 |
src_prepare() {
|
|
| 30 |
eautoreconf |
|
| 31 |
default |
|
| 32 |
} |
|
| 33 | ||
| 22 | 34 |
src_configure() {
|
| 23 | 35 |
econf \ |
| 24 | 36 |
$(use_enable debug) |