diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-07-08 14:47:19 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-07-08 14:47:19 +0000 |
commit | 0ebaa3d85db860c594cb0857426465e24cf8b84e (patch) | |
tree | 22e94f3623a446e194c6ec675ef013f5812b0b61 /kde-base/ksnapshot | |
parent | stable x86, bug 276652 (diff) | |
download | gentoo-2-0ebaa3d85db860c594cb0857426465e24cf8b84e.tar.gz gentoo-2-0ebaa3d85db860c594cb0857426465e24cf8b84e.tar.bz2 gentoo-2-0ebaa3d85db860c594cb0857426465e24cf8b84e.zip |
Add ~mips keywords to KDE 3.5.10
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/ksnapshot')
-rw-r--r-- | kde-base/ksnapshot/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ksnapshot/ksnapshot-3.5.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog index 82540cc0c968..b77bd14c014a 100644 --- a/kde-base/ksnapshot/ChangeLog +++ b/kde-base/ksnapshot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ksnapshot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.117 2009/06/18 03:30:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.118 2009/07/08 14:47:19 alexxy Exp $ + + 08 Jul 2009; Alexey Shvetsov <alexxy@gentoo.org> ksnapshot-3.5.10.ebuild: + Add ~mips keywords 18 Jun 2009; Jeroen Roovers <jer@gentoo.org> ksnapshot-3.5.10.ebuild: Stable for HPPA (bug #271889). diff --git a/kde-base/ksnapshot/ksnapshot-3.5.10.ebuild b/kde-base/ksnapshot/ksnapshot-3.5.10.ebuild index 77c503a10651..5a961f6a5721 100644 --- a/kde-base/ksnapshot/ksnapshot-3.5.10.ebuild +++ b/kde-base/ksnapshot/ksnapshot-3.5.10.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ksnapshot-3.5.10.ebuild,v 1.6 2009/06/18 03:30:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ksnapshot-3.5.10.ebuild,v 1.7 2009/07/08 14:47:19 alexxy Exp $ KMNAME=kdegraphics EAPI="1" inherit kde-meta eutils DESCRIPTION="KDE Screenshot Utility" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="" DEPEND="x11-libs/libXext" |