diff options
-rw-r--r-- | sys-auth/nss-myhostname/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sys-auth/nss-myhostname/ChangeLog b/sys-auth/nss-myhostname/ChangeLog index 7a6dd8f5a870..086248cb33ed 100644 --- a/sys-auth/nss-myhostname/ChangeLog +++ b/sys-auth/nss-myhostname/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/nss-myhostname # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-myhostname/ChangeLog,v 1.11 2013/01/06 11:09:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-myhostname/ChangeLog,v 1.12 2013/01/21 19:47:46 tetromino Exp $ + + 21 Jan 2013; Alexandre Rostovtsev <tetromino@gentoo.org> + nss-myhostname-0.3.ebuild: + Block >=systemd-197 since it now includes a copy of nss-myhostname (bug + #453026, thanks to Michał Bartoszkiewicz). 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> nss-myhostname-0.3.ebuild: Add ~sparc, wrt bug #449220 diff --git a/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild b/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild index cda0e464c83f..981a6d02b189 100644 --- a/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild +++ b/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild,v 1.11 2013/01/06 11:09:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild,v 1.12 2013/01/21 19:47:46 tetromino Exp $ EAPI="4" @@ -13,8 +13,10 @@ SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86" IUSE="" -RDEPEND="" -DEPEND="${RDEPEND}" +COMMON_DEPEND="" +RDEPEND="${COMMON_DEPEND} + !>=sys-apps/systemd-197" +DEPEND="${COMMON_DEPEND}" src_prepare() { # The documentation in doc/ is just the README file in other formats |