diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-09 13:54:40 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-09 13:54:40 +0000 |
commit | 4d539a5487ac389e08193dae2af15dedf2b6753f (patch) | |
tree | ca580ca542093a8987b6bfd9231c7c19e974882c /kde-base/ksnapshot | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-4d539a5487ac389e08193dae2af15dedf2b6753f.tar.gz gentoo-2-4d539a5487ac389e08193dae2af15dedf2b6753f.tar.bz2 gentoo-2-4d539a5487ac389e08193dae2af15dedf2b6753f.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'kde-base/ksnapshot')
-rw-r--r-- | kde-base/ksnapshot/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ksnapshot/ksnapshot-3.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog index 8f09b97b5d55..5b1326eb6097 100644 --- a/kde-base/ksnapshot/ChangeLog +++ b/kde-base/ksnapshot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ksnapshot # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.39 2006/04/06 02:49:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.40 2006/04/09 13:54:40 flameeyes Exp $ + + 09 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> ksnapshot-3.5.2.ebuild: + Add ~x86-fbsd keyword. 06 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> -ksnapshot-3.5.0.ebuild, -ksnapshot-3.5.1.ebuild: diff --git a/kde-base/ksnapshot/ksnapshot-3.5.2.ebuild b/kde-base/ksnapshot/ksnapshot-3.5.2.ebuild index deb3c8f77208..78183b734324 100644 --- a/kde-base/ksnapshot/ksnapshot-3.5.2.ebuild +++ b/kde-base/ksnapshot/ksnapshot-3.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ksnapshot-3.5.2.ebuild,v 1.2 2006/03/28 00:47:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ksnapshot-3.5.2.ebuild,v 1.3 2006/04/09 13:54:40 flameeyes Exp $ KMNAME=kdegraphics MAXKDEVER=$PV @@ -8,6 +8,6 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE Screenshot Utility" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" |