diff options
author | Thomas Sachau <tommy@gentoo.org> | 2012-04-13 16:56:07 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2012-04-13 16:56:07 +0000 |
commit | bb3dc5c4fb06633f4d86d7e3bc35995f0a337724 (patch) | |
tree | 046b79e3d3e535132141ccb7b1ad8d773e770dc5 /dev-libs/poco/poco-1.4.3_p1.ebuild | |
parent | bump to 1.3.1 (diff) | |
download | gentoo-2-bb3dc5c4fb06633f4d86d7e3bc35995f0a337724.tar.gz gentoo-2-bb3dc5c4fb06633f4d86d7e3bc35995f0a337724.tar.bz2 gentoo-2-bb3dc5c4fb06633f4d86d7e3bc35995f0a337724.zip |
Add ~arm keyword with ok from vapier, fixes bug 343513
(Portage version: 2.2.0_alpha100-r1/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/poco/poco-1.4.3_p1.ebuild')
-rw-r--r-- | dev-libs/poco/poco-1.4.3_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/poco/poco-1.4.3_p1.ebuild b/dev-libs/poco/poco-1.4.3_p1.ebuild index fbf45da1d3dc..067526a44ce8 100644 --- a/dev-libs/poco/poco-1.4.3_p1.ebuild +++ b/dev-libs/poco/poco-1.4.3_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.4.3_p1.ebuild,v 1.2 2012/04/12 15:00:40 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.4.3_p1.ebuild,v 1.3 2012/04/13 16:56:07 tommy Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/poco/${MY_P}-all.tar.bz2 doc? ( mirror://sourceforge/poco/${MY_DOCP}.zip )" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="doc examples iodbc mysql odbc sqlite ssl test" DEPEND=">=dev-libs/libpcre-8.13 |