diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-04 08:14:09 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-04 08:14:09 +0000 |
commit | 09dd403f2e12ce144f1323e41df249832e485c6d (patch) | |
tree | f5845346a11a04412d36fd7d5ba217d0ec4b147c /kde-base/knotify | |
parent | [kde-base/knewstuff] Restore accidently dropped ~x86-fbsd keyword on KDE SC 4... (diff) | |
download | gentoo-2-09dd403f2e12ce144f1323e41df249832e485c6d.tar.gz gentoo-2-09dd403f2e12ce144f1323e41df249832e485c6d.tar.bz2 gentoo-2-09dd403f2e12ce144f1323e41df249832e485c6d.zip |
[kde-base/knotify] Restore accidently dropped ~x86-fbsd keyword on KDE SC 4.4.3
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index 67a061b51f98..fb37a627cb49 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.61 2010/05/03 21:52:51 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.62 2010/05/04 08:14:09 alexxy Exp $ + + 04 May 2010; Alexey Shvetsov <alexxy@gentoo.org> knotify-4.4.3.ebuild: + Restore accidently dropped ~x86-fbsd keyword on KDE SC 4.4.3 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -knotify-4.4.1.ebuild: Drop KDE SC 4.4.1 diff --git a/kde-base/knotify/knotify-4.4.3.ebuild b/kde-base/knotify/knotify-4.4.3.ebuild index 2233a7813472..6c17831f703d 100644 --- a/kde-base/knotify/knotify-4.4.3.ebuild +++ b/kde-base/knotify/knotify-4.4.3.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.3.ebuild,v 1.1 2010/05/03 21:04:37 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.4.3.ebuild,v 1.2 2010/05/04 08:14:09 alexxy Exp $ EAPI="3" @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="The KDE notification daemon." -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |