diff options
author | Hanno Böck <hanno@gentoo.org> | 2011-10-27 13:28:01 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2011-10-27 13:28:01 +0000 |
commit | f7380368f8d920196b61c26ed59374cc8a251606 (patch) | |
tree | f1287b64100adaae348be3a375bf66fa6dd586e7 /sys-auth/libnss-mysql | |
parent | Fix mms-agent settings overwrite by adding a confd file. (diff) | |
download | gentoo-2-f7380368f8d920196b61c26ed59374cc8a251606.tar.gz gentoo-2-f7380368f8d920196b61c26ed59374cc8a251606.tar.bz2 gentoo-2-f7380368f8d920196b61c26ed59374cc8a251606.zip |
libnss-mysql: explicit rdepend.
(Portage version: 2.1.10.31/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/libnss-mysql')
-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() { |