diff options
author | 2014-03-29 22:04:07 +0000 | |
---|---|---|
committer | 2014-03-29 22:04:07 +0000 | |
commit | 177ca083fb5e7d3d2a96062c78fb18a693e0213d (patch) | |
tree | cb8a6d95aa81bc5439f0ed24556c815380226e64 /x11-misc | |
parent | systemd now has subslots (diff) | |
download | gentoo-2-177ca083fb5e7d3d2a96062c78fb18a693e0213d.tar.gz gentoo-2-177ca083fb5e7d3d2a96062c78fb18a693e0213d.tar.bz2 gentoo-2-177ca083fb5e7d3d2a96062c78fb18a693e0213d.zip |
systemd now has subslots
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/colord/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/colord/colord-0.1.28.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/colord/colord-1.0.3.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/colord/ChangeLog b/x11-misc/colord/ChangeLog index 98265b837ab2..50ea02cf42c0 100644 --- a/x11-misc/colord/ChangeLog +++ b/x11-misc/colord/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/colord # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/ChangeLog,v 1.71 2014/02/22 22:50:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/ChangeLog,v 1.72 2014/03/29 22:04:07 tetromino Exp $ + + 29 Mar 2014; Alexandre Rostovtsev <tetromino@gentoo.org> + colord-0.1.28.ebuild, colord-1.0.3.ebuild: + systemd now has subslots 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> colord-1.0.3.ebuild: Fix wrong commit, bug 502160 diff --git a/x11-misc/colord/colord-0.1.28.ebuild b/x11-misc/colord/colord-0.1.28.ebuild index ba4cf994959f..0dbdda338aca 100644 --- a/x11-misc/colord/colord-0.1.28.ebuild +++ b/x11-misc/colord/colord-0.1.28.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.28.ebuild,v 1.9 2013/09/08 19:50:07 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.28.ebuild,v 1.10 2014/03/29 22:04:07 tetromino Exp $ EAPI="5" VALA_MIN_API_VERSION="0.18" @@ -27,7 +27,7 @@ COMMON_DEPEND=" >=sys-auth/polkit-0.103 gusb? ( >=dev-libs/libgusb-0.1.1 ) introspection? ( >=dev-libs/gobject-introspection-0.9.8 ) - systemd? ( >=sys-apps/systemd-44 ) + systemd? ( >=sys-apps/systemd-44:0= ) udev? ( virtual/udev:=[gudev] )" RDEPEND="${COMMON_DEPEND} !media-gfx/shared-color-profiles" diff --git a/x11-misc/colord/colord-1.0.3.ebuild b/x11-misc/colord/colord-1.0.3.ebuild index 87ef89c42a13..9f8b39527420 100644 --- a/x11-misc/colord/colord-1.0.3.ebuild +++ b/x11-misc/colord/colord-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-1.0.3.ebuild,v 1.7 2014/02/22 22:50:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-1.0.3.ebuild,v 1.8 2014/03/29 22:04:07 tetromino Exp $ EAPI="5" VALA_MIN_API_VERSION="0.18" @@ -29,7 +29,7 @@ COMMON_DEPEND=" gusb? ( >=dev-libs/libgusb-0.1.1[introspection?] ) introspection? ( >=dev-libs/gobject-introspection-0.9.8 ) scanner? ( media-gfx/sane-backends ) - systemd? ( >=sys-apps/systemd-44 ) + systemd? ( >=sys-apps/systemd-44:0= ) udev? ( virtual/udev:=[gudev] )" RDEPEND="${COMMON_DEPEND} !media-gfx/shared-color-profiles" |