diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 17:35:35 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-09 17:35:35 +0000 |
commit | 4d3eb62b190c7676f8616f573bd7f22d93cd3ada (patch) | |
tree | 722d67d71e2dd8878da276990e1bb1676ee87348 /kde-base/knotify | |
parent | Drop symlinks #330115. (diff) | |
download | historical-4d3eb62b190c7676f8616f573bd7f22d93cd3ada.tar.gz historical-4d3eb62b190c7676f8616f573bd7f22d93cd3ada.tar.bz2 historical-4d3eb62b190c7676f8616f573bd7f22d93cd3ada.zip |
Drop alpha, ia64 and sparc keywords. as per AT lead permission.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
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 54d333c3c765..3964581d7ccd 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.72 2010/08/09 11:30:30 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.73 2010/08/09 17:35:24 scarabeus Exp $ + + 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> knotify-4.4.5.ebuild: + Drop alpha ia64 and sparc per the AT Lead permission. 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -knotify-4.3.5.ebuild, -knotify-4.4.4.ebuild: diff --git a/kde-base/knotify/knotify-4.4.5.ebuild b/kde-base/knotify/knotify-4.4.5.ebuild index 775e0e5f68c6..5a962a7868a4 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.5 2010/08/09 09:00:39 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.4.5.ebuild,v 1.6 2010/08/09 17:35:24 scarabeus 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="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |