diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-14 14:19:31 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-14 14:19:31 +0000 |
commit | 6209e18afd25e4ef8c5b438f6c0e6041661111f6 (patch) | |
tree | 93e8bc65479f06c6998e3d69f3e76b4381463209 /dev-cpp | |
parent | Stable on ppc wrt bug#435026. Punt older. (diff) | |
download | gentoo-2-6209e18afd25e4ef8c5b438f6c0e6041661111f6.tar.gz gentoo-2-6209e18afd25e4ef8c5b438f6c0e6041661111f6.tar.bz2 gentoo-2-6209e18afd25e4ef8c5b438f6c0e6041661111f6.zip |
Stable for amd64, wrt bug #433203
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libassa/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/libassa/libassa-3.5.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/libassa/ChangeLog b/dev-cpp/libassa/ChangeLog index c1249c508265..46fcebc7e0df 100644 --- a/dev-cpp/libassa/ChangeLog +++ b/dev-cpp/libassa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/libassa # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/ChangeLog,v 1.18 2012/07/13 11:08:03 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/ChangeLog,v 1.19 2012/09/14 14:19:31 ago Exp $ + + 14 Sep 2012; Agostino Sarubbo <ago@gentoo.org> libassa-3.5.1-r1.ebuild: + Stable for amd64, wrt bug #433203 *libassa-3.5.1-r1 (13 Jul 2012) diff --git a/dev-cpp/libassa/libassa-3.5.1-r1.ebuild b/dev-cpp/libassa/libassa-3.5.1-r1.ebuild index 83b25b491d3d..3e70d0c97e2e 100644 --- a/dev-cpp/libassa/libassa-3.5.1-r1.ebuild +++ b/dev-cpp/libassa/libassa-3.5.1-r1.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-cpp/libassa/libassa-3.5.1-r1.ebuild,v 1.1 2012/07/13 11:08:03 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/libassa-3.5.1-r1.ebuild,v 1.2 2012/09/14 14:19:31 ago Exp $ EAPI=4 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc static-libs" RDEPEND="net-libs/libtirpc" |