diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-06-08 22:50:08 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-06-08 22:50:08 +0000 |
commit | 10aefb2f2c445246dd76ff86d7a982bbd8e096bd (patch) | |
tree | 35b7fa3174678663791fb3ec3b59eb7f8628dab2 /kde-base/knotify | |
parent | x86 stable per bug 369979 (diff) | |
download | gentoo-2-10aefb2f2c445246dd76ff86d7a982bbd8e096bd.tar.gz gentoo-2-10aefb2f2c445246dd76ff86d7a982bbd8e096bd.tar.bz2 gentoo-2-10aefb2f2c445246dd76ff86d7a982bbd8e096bd.zip |
x86 stable per bug 369979
(Portage version: 2.1.9.50/cvs/Linux i686)
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index c072ff13dc84..a89c7c7b2738 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.86 2011/06/02 21:57:52 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.87 2011/06/08 22:50:08 tomka Exp $ + + 08 Jun 2011; Thomas Kahle <tomka@gentoo.org> knotify-4.6.3.ebuild: + x86 stable per bug 369979 02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> -knotify-4.4.5.ebuild: Drop KDE-4.4 diff --git a/kde-base/knotify/knotify-4.6.3.ebuild b/kde-base/knotify/knotify-4.6.3.ebuild index c209f875e35a..7c7babadacb5 100644 --- a/kde-base/knotify/knotify-4.6.3.ebuild +++ b/kde-base/knotify/knotify-4.6.3.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.3.ebuild,v 1.1 2011/05/07 10:48:06 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.6.3.ebuild,v 1.2 2011/06/08 22:50:08 tomka Exp $ EAPI=4 @@ -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" |