diff options
author | 2011-05-09 23:03:40 +0000 | |
---|---|---|
committer | 2011-05-09 23:03:40 +0000 | |
commit | 7de5a5ae68d51f186b2727c97a873216c07e80eb (patch) | |
tree | 4a0f2eec88da54a5d07a6f08a4776e8733e1be47 /kde-base/knotify | |
parent | Stable on amd64 wrt bug #354033 (diff) | |
download | gentoo-2-7de5a5ae68d51f186b2727c97a873216c07e80eb.tar.gz gentoo-2-7de5a5ae68d51f186b2727c97a873216c07e80eb.tar.bz2 gentoo-2-7de5a5ae68d51f186b2727c97a873216c07e80eb.zip |
Stable on amd64 wrt bug #354033
(Portage version: 2.1.9.47/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.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index 3c2e427e12e9..a56439b417af 100644 --- a/kde-base/knotify/ChangeLog +++ b/kde-base/knotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/knotify # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.83 2011/05/09 08:48:39 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.84 2011/05/09 23:03:40 hwoarang Exp $ + + 09 May 2011; Markos Chandras <hwoarang@gentoo.org> knotify-4.6.2.ebuild: + Stable on amd64 wrt bug #354033 09 May 2011; Thomas Kahle <tomka@gentoo.org> knotify-4.6.2.ebuild: x86 stable per bug 354033 diff --git a/kde-base/knotify/knotify-4.6.2.ebuild b/kde-base/knotify/knotify-4.6.2.ebuild index 64e0b4e5d575..e50df4fde963 100644 --- a/kde-base/knotify/knotify-4.6.2.ebuild +++ b/kde-base/knotify/knotify-4.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.6.2.ebuild,v 1.2 2011/05/09 08:48:39 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.6.2.ebuild,v 1.3 2011/05/09 23:03:40 hwoarang Exp $ EAPI=3 @@ -8,5 +8,5 @@ KMNAME="kdebase-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" |