diff options
author | Brent Baude <ranger@gentoo.org> | 2010-09-09 13:56:06 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-09-09 13:56:06 +0000 |
commit | f9f31aa2cf9634a34660a6e23bf8f9c13527a178 (patch) | |
tree | dbc8b05bff643146d9584f4c7cb7b5a5c7d320c7 /dev-cpp/asio | |
parent | Honour Gentoo LDFLAGS, see bug #336296. (diff) | |
download | gentoo-2-f9f31aa2cf9634a34660a6e23bf8f9c13527a178.tar.gz gentoo-2-f9f31aa2cf9634a34660a6e23bf8f9c13527a178.tar.bz2 gentoo-2-f9f31aa2cf9634a34660a6e23bf8f9c13527a178.zip |
Marking asio-1.4.5 ppc64 for bug 326503
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'dev-cpp/asio')
-rw-r--r-- | dev-cpp/asio/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/asio/asio-1.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/asio/ChangeLog b/dev-cpp/asio/ChangeLog index 3ab94a6d22c6..9fc95e93a273 100644 --- a/dev-cpp/asio/ChangeLog +++ b/dev-cpp/asio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/asio # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.28 2010/08/29 14:37:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.29 2010/09/09 13:56:06 ranger Exp $ + + 09 Sep 2010; Brent Baude <ranger@gentoo.org> asio-1.4.5.ebuild: + Marking asio-1.4.5 ppc64 for bug 326503 29 Aug 2010; Raúl Porcel <armin76@gentoo.org> asio-1.4.5.ebuild: alpha/ia64/sparc stable wrt #330453 diff --git a/dev-cpp/asio/asio-1.4.5.ebuild b/dev-cpp/asio/asio-1.4.5.ebuild index 498e35cb0bf6..8fc327e3638b 100644 --- a/dev-cpp/asio/asio-1.4.5.ebuild +++ b/dev-cpp/asio/asio-1.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild,v 1.8 2010/09/07 11:50:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild,v 1.9 2010/09/09 13:56:06 ranger Exp $ EAPI=2 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ppc64 sparc x86" IUSE="doc examples ssl test" RDEPEND="ssl? ( dev-libs/openssl ) |