diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-10-26 21:16:09 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-10-26 21:16:09 +0000 |
commit | 333456228727411a96f36f03d947d87034da9dc1 (patch) | |
tree | 1e459d48b50c5ba68216da5620e250dc66297372 /net-libs/farsight2 | |
parent | Stable for HPPA (bug #282290). (diff) | |
download | gentoo-2-333456228727411a96f36f03d947d87034da9dc1.tar.gz gentoo-2-333456228727411a96f36f03d947d87034da9dc1.tar.bz2 gentoo-2-333456228727411a96f36f03d947d87034da9dc1.zip |
Keyworded on alpha, bug #289662
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/farsight2')
-rw-r--r-- | net-libs/farsight2/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/farsight2/farsight2-0.0.15.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/farsight2/ChangeLog b/net-libs/farsight2/ChangeLog index aaff02e9fce8..6599ed7a52ba 100644 --- a/net-libs/farsight2/ChangeLog +++ b/net-libs/farsight2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/farsight2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.19 2009/10/25 16:59:52 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.20 2009/10/26 21:16:09 klausman Exp $ + + 26 Oct 2009; Tobias Klausmann <klausman@gentoo.org> + farsight2-0.0.15.ebuild: + Keyworded on alpha, bug #289662 25 Oct 2009; nixnut <nixnut@gentoo.org> farsight2-0.0.14.ebuild: ppc stable #289298 diff --git a/net-libs/farsight2/farsight2-0.0.15.ebuild b/net-libs/farsight2/farsight2-0.0.15.ebuild index 047594574373..9f37d958030d 100644 --- a/net-libs/farsight2/farsight2-0.0.15.ebuild +++ b/net-libs/farsight2/farsight2-0.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild,v 1.4 2009/09/19 19:04:20 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild,v 1.5 2009/10/26 21:16:09 klausman Exp $ EAPI="2" @@ -9,7 +9,7 @@ HOMEPAGE="http://farsight.freedesktop.org/" SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" IUSE="python test msn" SLOT="0" |