summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso <nimiux@gentoo.org>2014-07-23 15:30:23 +0000
committerJosé María Alonso <nimiux@gentoo.org>2014-07-23 15:30:23 +0000
commitedb187fc220443a5c6ccd55d7aba89a12fe06fdc (patch)
treea8c5d1f81fbe33cd1fe515fa91b6111600871eef /x11-misc
parentsys-process/iotop: Add python 3.4 suport and drop 2.6, #506808 (diff)
downloadgentoo-2-edb187fc220443a5c6ccd55d7aba89a12fe06fdc.tar.gz
gentoo-2-edb187fc220443a5c6ccd55d7aba89a12fe06fdc.tar.bz2
gentoo-2-edb187fc220443a5c6ccd55d7aba89a12fe06fdc.zip
Stable for amd64 wrt bug #513740
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/compton/ChangeLog5
-rw-r--r--x11-misc/compton/compton-0.1_beta2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/compton/ChangeLog b/x11-misc/compton/ChangeLog
index 1f539c13f39b..1aa7df8b3e92 100644
--- a/x11-misc/compton/ChangeLog
+++ b/x11-misc/compton/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/compton
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/ChangeLog,v 1.17 2014/07/06 12:57:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/ChangeLog,v 1.18 2014/07/23 15:30:23 nimiux Exp $
+
+ 23 Jul 2014; Chema Alonso <nimiux@gentoo.org> compton-0.1_beta2.ebuild:
+ Stable for amd64 wrt bug #513740
06 Jul 2014; 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-0.1_beta2.ebuild b/x11-misc/compton/compton-0.1_beta2.ebuild
index a5a0d9ae30c9..91bff1f925d0 100644
--- a/x11-misc/compton/compton-0.1_beta2.ebuild
+++ b/x11-misc/compton/compton-0.1_beta2.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/compton/compton-0.1_beta2.ebuild,v 1.3 2014/07/06 12:57:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/compton-0.1_beta2.ebuild,v 1.4 2014/07/23 15:30:23 nimiux Exp $
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/chjj/compton/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="dbus +drm opengl +pcre xinerama"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"