diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-09-11 10:00:56 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-09-11 10:00:56 +0000 |
commit | 839d9bd6f8b6f1e4a10695a568cb8416818beef0 (patch) | |
tree | d451fb4516edae36c0d22f49e3d44f885b200e9b | |
parent | x86 stable wrt #237157 (diff) | |
download | gentoo-2-839d9bd6f8b6f1e4a10695a568cb8416818beef0.tar.gz gentoo-2-839d9bd6f8b6f1e4a10695a568cb8416818beef0.tar.bz2 gentoo-2-839d9bd6f8b6f1e4a10695a568cb8416818beef0.zip |
Add ~arm wrt #190684
(Portage version: 2.1.4.4)
-rw-r--r-- | net-libs/libotr/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libotr/libotr-3.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libotr/ChangeLog b/net-libs/libotr/ChangeLog index 07b18fa6e3b8..61ded93f9fa5 100644 --- a/net-libs/libotr/ChangeLog +++ b/net-libs/libotr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libotr # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.28 2008/07/19 10:37:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/ChangeLog,v 1.29 2008/09/11 10:00:56 armin76 Exp $ + + 11 Sep 2008; Raúl Porcel <armin76@gentoo.org> libotr-3.2.0.ebuild: + Add ~arm wrt #190684 19 Jul 2008; Alexis Ballier <aballier@gentoo.org> libotr-3.2.0.ebuild: keyword ~x86-fbsd diff --git a/net-libs/libotr/libotr-3.2.0.ebuild b/net-libs/libotr/libotr-3.2.0.ebuild index 633c1f3e5dce..03f88147ed94 100644 --- a/net-libs/libotr/libotr-3.2.0.ebuild +++ b/net-libs/libotr/libotr-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.0.ebuild,v 1.2 2008/07/19 10:37:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.2.0.ebuild,v 1.3 2008/09/11 10:00:56 armin76 Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-libs/libgpg-error |