diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-01-19 00:33:48 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-01-19 00:33:48 +0000 |
commit | 3c45eed146ba45bbafe67c2397bb3b06d8446f88 (patch) | |
tree | 7e629dc280ba3458d031ab64287fe593775bfbb3 /kde-base/knotify | |
parent | Remove LDP license, bug #301030. (diff) | |
download | gentoo-2-3c45eed146ba45bbafe67c2397bb3b06d8446f88.tar.gz gentoo-2-3c45eed146ba45bbafe67c2397bb3b06d8446f88.tar.bz2 gentoo-2-3c45eed146ba45bbafe67c2397bb3b06d8446f88.zip |
Stable for HPPA too.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.3.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index 9abcc773499d..6f31b51bfc68 100644 --- a/kde-base/knotify/ChangeLog +++ b/kde-base/knotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/knotify -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.48 2009/12/27 15:25:42 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.49 2010/01/19 00:33:48 jer Exp $ + + 19 Jan 2010; Jeroen Roovers <jer@gentoo.org> knotify-4.3.3.ebuild: + Stable for HPPA too. 10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> -knotify-4.3.1.ebuild: diff --git a/kde-base/knotify/knotify-4.3.3.ebuild b/kde-base/knotify/knotify-4.3.3.ebuild index 5e8a58199e46..75fab65845d7 100644 --- a/kde-base/knotify/knotify-4.3.3.ebuild +++ b/kde-base/knotify/knotify-4.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.3.3.ebuild,v 1.5 2009/12/10 16:12:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.3.3.ebuild,v 1.6 2010/01/19 00:33:48 jer Exp $ EAPI="2" @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="The KDE notification daemon." -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86" IUSE="debug" |