diff options
author | 2010-08-09 09:00:39 +0000 | |
---|---|---|
committer | 2010-08-09 09:00:39 +0000 | |
commit | 1797ca450b08242df0908e12f942d3d38e1a79aa (patch) | |
tree | e38412f7e713582634dbdcf2cea2ab745eaf7680 /kde-base/knotify | |
parent | x86 stable, bug 322791 (diff) | |
download | gentoo-2-1797ca450b08242df0908e12f942d3d38e1a79aa.tar.gz gentoo-2-1797ca450b08242df0908e12f942d3d38e1a79aa.tar.bz2 gentoo-2-1797ca450b08242df0908e12f942d3d38e1a79aa.zip |
x86 stable, bug 322791
(Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index d073761542f8..a4d09212d529 100644 --- a/kde-base/knotify/ChangeLog +++ b/kde-base/knotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/knotify # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.70 2010/08/09 03:48:13 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.71 2010/08/09 09:00:39 fauli Exp $ + + 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> knotify-4.4.5.ebuild: + x86 stable, bug 322791 09 Aug 2010; Joseph Jezak <josejx@gentoo.org> knotify-4.4.5.ebuild: Marked ppc stable for bug #322791. diff --git a/kde-base/knotify/knotify-4.4.5.ebuild b/kde-base/knotify/knotify-4.4.5.ebuild index 04057065de80..775e0e5f68c6 100644 --- a/kde-base/knotify/knotify-4.4.5.ebuild +++ b/kde-base/knotify/knotify-4.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.4.5.ebuild,v 1.4 2010/08/09 03:48:13 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.4.5.ebuild,v 1.5 2010/08/09 09:00:39 fauli Exp $ EAPI="3" @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="The KDE notification daemon." -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |