diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-02-01 07:38:30 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-02-01 07:38:30 +0000 |
commit | 066a82cf24d94e0ad0f45e8e2c24ab405998063d (patch) | |
tree | f3db6ce6332267523885aeb9070d6064ee2f2a2a /kde-base/knotify | |
parent | Restored ~ppc and ~ppc64 keywords to KDE-4.2.0 (diff) | |
download | gentoo-2-066a82cf24d94e0ad0f45e8e2c24ab405998063d.tar.gz gentoo-2-066a82cf24d94e0ad0f45e8e2c24ab405998063d.tar.bz2 gentoo-2-066a82cf24d94e0ad0f45e8e2c24ab405998063d.zip |
Restored ~ppc and ~ppc64 keywords to KDE-4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index 384341933085..a1932998315f 100644 --- a/kde-base/knotify/ChangeLog +++ b/kde-base/knotify/ChangeLog @@ -1,6 +1,10 @@ # 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.16 2009/01/27 17:32:28 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.17 2009/02/01 07:38:30 jmbsvicetto Exp $ + + 01 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + knotify-4.2.0.ebuild: + Restored ~ppc and ~ppc64 keywords to KDE-4.2.0 *knotify-4.2.0 (27 Jan 2009) diff --git a/kde-base/knotify/knotify-4.2.0.ebuild b/kde-base/knotify/knotify-4.2.0.ebuild index e71cf6559e68..0d3b366116ab 100644 --- a/kde-base/knotify/knotify-4.2.0.ebuild +++ b/kde-base/knotify/knotify-4.2.0.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.0.ebuild,v 1.1 2009/01/27 17:32:28 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.2.0.ebuild,v 1.2 2009/02/01 07:38:30 jmbsvicetto Exp $ EAPI="2" @@ -9,4 +9,4 @@ inherit kde4-meta DESCRIPTION="The KDE notification daemon." IUSE="debug" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" |