diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-04-11 06:47:22 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-04-11 06:47:22 +0000 |
commit | b9c7151d7d6c5e6ecf9439ebffd5a5de7d9d1907 (patch) | |
tree | bdc0b0b883507f6667a05dd3866db593c6f87b89 /kde-base/knotify | |
parent | version bump (diff) | |
download | historical-b9c7151d7d6c5e6ecf9439ebffd5a5de7d9d1907.tar.gz historical-b9c7151d7d6c5e6ecf9439ebffd5a5de7d9d1907.tar.bz2 historical-b9c7151d7d6c5e6ecf9439ebffd5a5de7d9d1907.zip |
Marked ~hppa (bug #260777).
Package-Manager: portage-2.2_rc28/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.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index 470e1ca8cc48..9e9c6abd98e0 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.21 2009/03/08 20:06:33 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.22 2009/04/11 06:30:57 jer Exp $ + + 11 Apr 2009; Jeroen Roovers <jer@gentoo.org> knotify-4.2.1.ebuild: + Marked ~hppa (bug #260777). 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -knotify-4.2.0.ebuild: Drop KDE 4.2.0 diff --git a/kde-base/knotify/knotify-4.2.1.ebuild b/kde-base/knotify/knotify-4.2.1.ebuild index 9e6dba8ab42f..8e141ac21653 100644 --- a/kde-base/knotify/knotify-4.2.1.ebuild +++ b/kde-base/knotify/knotify-4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.2.1.ebuild,v 1.2 2009/03/08 13:51:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.2.1.ebuild,v 1.3 2009/04/11 06:30:57 jer Exp $ EAPI="2" @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="The KDE notification daemon." -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="debug" |