diff options
-rw-r--r-- | sys-auth/libnss-mysql/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-auth/libnss-mysql/ChangeLog b/sys-auth/libnss-mysql/ChangeLog index 714fd10a5de2..17cb543d2410 100644 --- a/sys-auth/libnss-mysql/ChangeLog +++ b/sys-auth/libnss-mysql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/libnss-mysql # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.20 2011/10/25 16:37:53 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/ChangeLog,v 1.21 2011/10/27 13:28:01 hanno Exp $ + + 27 Oct 2011; Hanno Boeck <hanno@gentoo.org> + libnss-mysql-1.5_p20060915-r2.ebuild: + Explicit RDEPEND. 25 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libnss-mysql-1.5_p20060915-r2.ebuild: diff --git a/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r2.ebuild b/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r2.ebuild index 317d6b6a02e3..6e5ea2c92585 100644 --- a/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r2.ebuild +++ b/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r2.ebuild,v 1.2 2011/10/25 16:37:53 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libnss-mysql/libnss-mysql-1.5_p20060915-r2.ebuild,v 1.3 2011/10/27 13:28:01 hanno Exp $ EAPI=2 @@ -16,6 +16,7 @@ SLOT="0" IUSE="debug" DEPEND="virtual/mysql" +RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" src_prepare() { |