diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-04 08:15:08 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-04 08:15:08 +0000 |
commit | 823266c117a625051b7247d2785c89027ca33778 (patch) | |
tree | e1c2e2bad93e0c6b9b0697a10f3e010cfc846971 /sys-apps | |
parent | Add x11-libs/libXft to DEPEND (fixes missing include of X11/Xft/Xft.h). (diff) | |
download | gentoo-2-823266c117a625051b7247d2785c89027ca33778.tar.gz gentoo-2-823266c117a625051b7247d2785c89027ca33778.tar.bz2 gentoo-2-823266c117a625051b7247d2785c89027ca33778.zip |
Sync kmod dep in the live ebuild.
(Portage version: 2.2.0_alpha193/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index 2e7644172786..5c04518aba96 100644 --- a/sys-apps/systemd/ChangeLog +++ b/sys-apps/systemd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.156 2013/08/03 22:14:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.157 2013/08/04 08:15:08 mgorny Exp $ + + 04 Aug 2013; Michał Górny <mgorny@gentoo.org> systemd-9999-r1.ebuild: + Sync kmod dep in the live ebuild. 03 Aug 2013; Michał Górny <mgorny@gentoo.org> systemd-9999-r1.ebuild: Update zsh-completion install after upstream cleanup. diff --git a/sys-apps/systemd/systemd-9999-r1.ebuild b/sys-apps/systemd/systemd-9999-r1.ebuild index 94e8533d83ad..6e26c04be991 100644 --- a/sys-apps/systemd/systemd-9999-r1.ebuild +++ b/sys-apps/systemd/systemd-9999-r1.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-apps/systemd/systemd-9999-r1.ebuild,v 1.5 2013/08/03 22:14:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999-r1.ebuild,v 1.6 2013/08/04 08:15:08 mgorny Exp $ EAPI=5 @@ -40,7 +40,7 @@ COMMON_DEPEND=">=sys-apps/dbus-1.6.8-r1 gudev? ( >=dev-libs/glib-2 ) http? ( net-libs/libmicrohttpd ) introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) - kmod? ( >=sys-apps/kmod-12 ) + kmod? ( >=sys-apps/kmod-14-r1 ) lzma? ( app-arch/xz-utils ) pam? ( virtual/pam ) python? ( ${PYTHON_DEPS} ) |