diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-04-17 18:35:59 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-04-17 18:35:59 +0000 |
commit | b12f64ef6ce127ad4b99186bf4a3c7dc485d419e (patch) | |
tree | 85726a77a46d85a468e7939363ecb25df9afc171 /sys-apps/systemd | |
parent | Add license for app-i18n/canfep, bug 445310. (diff) | |
download | gentoo-2-b12f64ef6ce127ad4b99186bf4a3c7dc485d419e.tar.gz gentoo-2-b12f64ef6ce127ad4b99186bf4a3c7dc485d419e.tar.bz2 gentoo-2-b12f64ef6ce127ad4b99186bf4a3c7dc485d419e.zip |
Fix duplicated --enable-polkit.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-201.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index d8a076b859ff..c186bc93fad3 100644 --- a/sys-apps/systemd/ChangeLog +++ b/sys-apps/systemd/ChangeLog @@ -1,6 +1,10 @@ # 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.121 2013/04/17 11:01:30 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.122 2013/04/17 18:35:59 mgorny Exp $ + + 17 Apr 2013; Michał Górny <mgorny@gentoo.org> systemd-201.ebuild, + systemd-9999.ebuild: + Fix duplicated --enable-polkit. 17 Apr 2013; Michał Górny <mgorny@gentoo.org> metadata.xml, systemd-201.ebuild, systemd-9999.ebuild: diff --git a/sys-apps/systemd/systemd-201.ebuild b/sys-apps/systemd/systemd-201.ebuild index 7c0188246bb7..bfd25d3e8fe8 100644 --- a/sys-apps/systemd/systemd-201.ebuild +++ b/sys-apps/systemd/systemd-201.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-201.ebuild,v 1.6 2013/04/17 11:01:30 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-201.ebuild,v 1.7 2013/04/17 18:35:59 mgorny Exp $ EAPI=5 @@ -88,8 +88,6 @@ src_configure() { # disable sysv compatibility --with-sysvinit-path= --with-sysvrcnd-path= - # just text files - --enable-polkit # no deps --enable-efi --enable-ima diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index e4b98a320e27..1de9f343abfb 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.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.ebuild,v 1.47 2013/04/17 11:01:30 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.48 2013/04/17 18:35:59 mgorny Exp $ EAPI=5 @@ -112,8 +112,6 @@ src_configure() { # disable sysv compatibility --with-sysvinit-path= --with-sysvrcnd-path= - # just text files - --enable-polkit # no deps --enable-efi --enable-ima |