diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-05-06 20:29:40 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-05-06 20:29:40 +0000 |
commit | 9fc4675200ede0ad26ecce312a2aa11165d3bb33 (patch) | |
tree | dfed6bd0312b4a3bcf4c095f9e2a4910add1eb70 /kde-base/knotify | |
parent | amd64 stable wrt bug #504210 (diff) | |
download | gentoo-2-9fc4675200ede0ad26ecce312a2aa11165d3bb33.tar.gz gentoo-2-9fc4675200ede0ad26ecce312a2aa11165d3bb33.tar.bz2 gentoo-2-9fc4675200ede0ad26ecce312a2aa11165d3bb33.zip |
amd64 stable wrt bug #504210
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.12.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index 85f0ed1accb5..19f70bf00242 100644 --- a/kde-base/knotify/ChangeLog +++ b/kde-base/knotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/knotify # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.218 2014/04/29 19:18:19 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.219 2014/05/06 20:29:40 zlogene Exp $ + + 06 May 2014; Mikle Kolyada <zlogene@gentoo.org> knotify-4.12.5.ebuild: + amd64 stable wrt bug #504210 29 Apr 2014; Johannes Huber <johu@gentoo.org> -knotify-4.12.4.ebuild: Remove KDE SC 4.12.4 diff --git a/kde-base/knotify/knotify-4.12.5.ebuild b/kde-base/knotify/knotify-4.12.5.ebuild index 849c8afb4758..f37dc71e3272 100644 --- a/kde-base/knotify/knotify-4.12.5.ebuild +++ b/kde-base/knotify/knotify-4.12.5.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/kde-base/knotify/knotify-4.12.5.ebuild,v 1.1 2014/04/29 18:35:17 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.12.5.ebuild,v 1.2 2014/05/06 20:29:40 zlogene Exp $ EAPI=5 @@ -8,5 +8,5 @@ KMNAME="kde-runtime" inherit kde4-meta DESCRIPTION="The KDE notification daemon." -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |