diff options
author | Markus Meier <maekke@gentoo.org> | 2012-04-18 18:59:20 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-04-18 18:59:20 +0000 |
commit | 38f670e2873eefc05f05c2da65c47ead475bc558 (patch) | |
tree | a2d71a2a5f59d154a008176d11ecb39c29317ffc /kde-base/knotify | |
parent | x86 stable, bug #409403 (diff) | |
download | gentoo-2-38f670e2873eefc05f05c2da65c47ead475bc558.tar.gz gentoo-2-38f670e2873eefc05f05c2da65c47ead475bc558.tar.bz2 gentoo-2-38f670e2873eefc05f05c2da65c47ead475bc558.zip |
x86 stable, bug #409403
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index 7e8b84f48e76..9c99e1a3a671 100644 --- a/kde-base/knotify/ChangeLog +++ b/kde-base/knotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/knotify # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.118 2012/04/04 23:59:27 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.119 2012/04/18 18:59:20 maekke Exp $ + + 18 Apr 2012; Markus Meier <maekke@gentoo.org> knotify-4.8.1.ebuild: + x86 stable, bug #409403 *knotify-4.8.2 (04 Apr 2012) diff --git a/kde-base/knotify/knotify-4.8.1.ebuild b/kde-base/knotify/knotify-4.8.1.ebuild index 057210d6723b..84ceeddf177b 100644 --- a/kde-base/knotify/knotify-4.8.1.ebuild +++ b/kde-base/knotify/knotify-4.8.1.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/kde-base/knotify/knotify-4.8.1.ebuild,v 1.4 2012/04/04 18:30:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.8.1.ebuild,v 1.5 2012/04/18 18:59:20 maekke Exp $ EAPI=4 @@ -8,5 +8,5 @@ KMNAME="kde-runtime" inherit kde4-meta DESCRIPTION="The KDE notification daemon." -KEYWORDS="amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |