diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-06-05 05:00:25 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-06-05 05:00:25 +0000 |
commit | 22befbeb3d51790d26506ed981dbb53dd6fd0372 (patch) | |
tree | 8b82f8d82e926adc8098abc949a9e537ef4c66f2 /x11-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-22befbeb3d51790d26506ed981dbb53dd6fd0372.tar.gz gentoo-2-22befbeb3d51790d26506ed981dbb53dd6fd0372.tar.bz2 gentoo-2-22befbeb3d51790d26506ed981dbb53dd6fd0372.zip |
Drop nonfatal (bug #551200).
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/compton/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/compton/compton-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/compton/ChangeLog b/x11-misc/compton/ChangeLog index d1a541a2eb9b..7a6e9aa794cc 100644 --- a/x11-misc/compton/ChangeLog +++ b/x11-misc/compton/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/compton # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/ChangeLog,v 1.21 2015/04/08 17:27:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/ChangeLog,v 1.22 2015/06/05 05:00:25 jer Exp $ + + 05 Jun 2015; Jeroen Roovers <jer@gentoo.org> compton-9999.ebuild: + Drop nonfatal (bug #551200). 08 Apr 2015; Michał Górny <mgorny@gentoo.org> compton-0.1_beta1.ebuild, compton-0.1_beta2.ebuild, compton-9999.ebuild: diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild index c1702da2285c..2c1101a38fbd 100644 --- a/x11-misc/compton/compton-9999.ebuild +++ b/x11-misc/compton/compton-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/compton-9999.ebuild,v 1.11 2015/04/08 17:27:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/compton-9999.ebuild,v 1.12 2015/06/05 05:00:25 jer Exp $ EAPI=5 @@ -67,6 +67,6 @@ src_install() { NO_REGEX_PCRE=$(nobuildit pcre) \ default docinto examples - nonfatal dodoc compton.sample.conf dbus-examples/* + dodoc compton.sample.conf dbus-examples/* python_foreach_impl python_newscript bin/compton-convgen.py compton-convgen } |