diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-09-22 10:31:12 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-09-22 10:31:12 +0000 |
commit | 5f56a36032d9471201236ab0a88872e866ec4878 (patch) | |
tree | 038c36e4849dd8cdc7e1a0a8414fa68af6c6acb1 /dev-libs/libxr | |
parent | Version bump (diff) | |
download | gentoo-2-5f56a36032d9471201236ab0a88872e866ec4878.tar.gz gentoo-2-5f56a36032d9471201236ab0a88872e866ec4878.tar.bz2 gentoo-2-5f56a36032d9471201236ab0a88872e866ec4878.zip |
Add ~x86 keywording.
(Portage version: 2.2_rc9/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'dev-libs/libxr')
-rw-r--r-- | dev-libs/libxr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxr/libxr-0.9.96.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxr/ChangeLog b/dev-libs/libxr/ChangeLog index e95cc76732b4..bc74f881dc17 100644 --- a/dev-libs/libxr/ChangeLog +++ b/dev-libs/libxr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libxr # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxr/ChangeLog,v 1.3 2008/09/22 10:04:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxr/ChangeLog,v 1.4 2008/09/22 10:31:12 flameeyes Exp $ + + 22 Sep 2008; Diego Pettenò <flameeyes@gentoo.org> libxr-0.9.96.ebuild: + Add ~x86 keywording. 22 Sep 2008; Diego Pettenò <flameeyes@gentoo.org> libxr-0.9.96.ebuild: Add missing OpenSSL runtime dependency. diff --git a/dev-libs/libxr/libxr-0.9.96.ebuild b/dev-libs/libxr/libxr-0.9.96.ebuild index c418a210d3a0..aac36eb02287 100644 --- a/dev-libs/libxr/libxr-0.9.96.ebuild +++ b/dev-libs/libxr/libxr-0.9.96.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/dev-libs/libxr/libxr-0.9.96.ebuild,v 1.3 2008/09/22 10:04:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxr/libxr-0.9.96.ebuild,v 1.4 2008/09/22 10:31:12 flameeyes Exp $ DESCRIPTION="Cross-platform XML-RPC client/server library written in C" HOMEPAGE="http://oss.zonio.net/libxr.htm" @@ -8,7 +8,7 @@ SRC_URI="http://oss.zonio.net/releases/libxr/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" # IUSE="json" |