summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2011-06-01 10:24:11 +0000
committerTobias Klausmann <klausman@gentoo.org>2011-06-01 10:24:11 +0000
commit796e89759a1f1309e202c2a91d33c4e7a6be4a10 (patch)
tree5909b78068c0cd24a06b7f3c1dab6dd83aec588c /x11-libs/libfm
parentKeyworded on alpha, bug #330911 (diff)
downloadgentoo-2-796e89759a1f1309e202c2a91d33c4e7a6be4a10.tar.gz
gentoo-2-796e89759a1f1309e202c2a91d33c4e7a6be4a10.tar.bz2
gentoo-2-796e89759a1f1309e202c2a91d33c4e7a6be4a10.zip
Keyworded on alpha, bug #330911
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libfm')
-rw-r--r--x11-libs/libfm/ChangeLog6
-rw-r--r--x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/libfm/ChangeLog b/x11-libs/libfm/ChangeLog
index 87c0e72ed75f..c786cdfc3647 100644
--- a/x11-libs/libfm/ChangeLog
+++ b/x11-libs/libfm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libfm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.40 2011/05/25 19:27:53 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.41 2011/06/01 10:24:11 klausman Exp $
+
+ 01 Jun 2011; Tobias Klausmann <klausman@gentoo.org>
+ libfm-0.1.15_pre20110422.ebuild:
+ Keyworded on alpha, bug #330911
25 May 2011; Thomas Kahle <tomka@gentoo.org> libfm-0.1.15_pre20110422.ebuild:
x86 stable per bug 365231
diff --git a/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild b/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild
index a8985e04250c..45856088a3c0 100644
--- a/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild
+++ b/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild,v 1.3 2011/05/25 19:27:53 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild,v 1.4 2011/06/01 10:24:11 klausman Exp $
EAPI=2
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
else
inherit autotools
SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~ppc x86"
+ KEYWORDS="~alpha amd64 ~arm ~ppc x86"
S="${WORKDIR}"
fi