diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-09-13 20:01:46 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-09-13 20:01:46 +0000 |
commit | 063ba5396fd4dcc2b80825ca4ba92b1c4e5ac3e1 (patch) | |
tree | 8d46925a3e4c09ccdc2220d04c087ad1b195efaf /net-mail | |
parent | Patch gnomemeeting 1.2.2 to use the new dbus used by gnome 2.12 (diff) | |
download | gentoo-2-063ba5396fd4dcc2b80825ca4ba92b1c4e5ac3e1.tar.gz gentoo-2-063ba5396fd4dcc2b80825ca4ba92b1c4e5ac3e1.tar.bz2 gentoo-2-063ba5396fd4dcc2b80825ca4ba92b1c4e5ac3e1.zip |
Added ~amd64 keywords. Closes bug #105828.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/libpst/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/libpst/libpst-0.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/libpst/ChangeLog b/net-mail/libpst/ChangeLog index 79b759df98d6..364ea492edf7 100644 --- a/net-mail/libpst/ChangeLog +++ b/net-mail/libpst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/libpst # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.6 2005/01/19 01:01:27 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.7 2005/09/13 20:01:46 metalgod Exp $ + + 13 Sep 2005; Luis Medinas <metalgod@gentoo.org> libpst-0.5.1.ebuild: + Added ~amd64 keywords. Closes bug #105828. 18 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> libpst-0.5.1.ebuild: Marked stable on x86. diff --git a/net-mail/libpst/libpst-0.5.1.ebuild b/net-mail/libpst/libpst-0.5.1.ebuild index 24dbaa4bdc17..ab0e5ebf6349 100644 --- a/net-mail/libpst/libpst-0.5.1.ebuild +++ b/net-mail/libpst/libpst-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.5.1.ebuild,v 1.2 2005/01/19 01:01:27 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.5.1.ebuild,v 1.3 2005/09/13 20:01:46 metalgod Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://alioth.debian.org/download.php/844/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="virtual/libc" |