diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-19 07:13:01 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-19 07:13:01 +0000 |
commit | 2dd5fb7adcb0b1b02e10b082f2c28eb37d7a68fd (patch) | |
tree | 17272766ddc5dfc38bff0930e2f866deabbfffa2 /x11-terms | |
parent | sci-libs/arpack: drop old (diff) | |
download | gentoo-2-2dd5fb7adcb0b1b02e10b082f2c28eb37d7a68fd.tar.gz gentoo-2-2dd5fb7adcb0b1b02e10b082f2c28eb37d7a68fd.tar.bz2 gentoo-2-2dd5fb7adcb0b1b02e10b082f2c28eb37d7a68fd.zip |
x11-terms/terminator: Enable the notification support by default
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/terminator/ChangeLog | 5 | ||||
-rw-r--r-- | x11-terms/terminator/terminator-0.96-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-terms/terminator/ChangeLog b/x11-terms/terminator/ChangeLog index 50355ecd11dd..e00c0d2454f8 100644 --- a/x11-terms/terminator/ChangeLog +++ b/x11-terms/terminator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-terms/terminator # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminator/ChangeLog,v 1.25 2012/10/18 17:43:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminator/ChangeLog,v 1.26 2012/10/19 07:13:01 jlec Exp $ + + 19 Oct 2012; Justin Lecher <jlec@gentoo.org> terminator-0.96-r1.ebuild: + Enable the notification support by default 18 Oct 2012; Justin Lecher <jlec@gentoo.org> terminator-0.96-r1.ebuild, metadata.xml: diff --git a/x11-terms/terminator/terminator-0.96-r1.ebuild b/x11-terms/terminator/terminator-0.96-r1.ebuild index 4ac03410b2f8..b458002bee75 100644 --- a/x11-terms/terminator/terminator-0.96-r1.ebuild +++ b/x11-terms/terminator/terminator-0.96-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminator/terminator-0.96-r1.ebuild,v 1.7 2012/10/18 17:43:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminator/terminator-0.96-r1.ebuild,v 1.8 2012/10/19 07:13:01 jlec Exp $ EAPI=4 @@ -18,7 +18,7 @@ SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="dbus gnome libnotify" +IUSE="dbus gnome +libnotify" RDEPEND=" dev-libs/keybinder:0[python] |