diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-07-25 15:05:26 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-07-25 15:05:26 +0000 |
commit | e5eef7e6b13efc46080eefe7cfb7c5efc4a3aec7 (patch) | |
tree | 05a672d9d1a224dc057442fc350120c99c813d60 /dev-libs/apr | |
parent | Stable on alpha, bug #322531 (diff) | |
download | gentoo-2-e5eef7e6b13efc46080eefe7cfb7c5efc4a3aec7.tar.gz gentoo-2-e5eef7e6b13efc46080eefe7cfb7c5efc4a3aec7.tar.bz2 gentoo-2-e5eef7e6b13efc46080eefe7cfb7c5efc4a3aec7.zip |
Stable on alpha, bug #322681
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/apr')
-rw-r--r-- | dev-libs/apr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/apr/apr-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/apr/ChangeLog b/dev-libs/apr/ChangeLog index 93f044e19cca..abd368dc4790 100644 --- a/dev-libs/apr/ChangeLog +++ b/dev-libs/apr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/apr # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.162 2010/07/22 22:10:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.163 2010/07/25 15:05:26 klausman Exp $ + + 25 Jul 2010; Tobias Klausmann <klausman@gentoo.org> apr-1.4.2.ebuild: + Stable on alpha, bug #322681 22 Jul 2010; Markus Meier <maekke@gentoo.org> apr-1.4.2.ebuild: arm stable, bug #322681 diff --git a/dev-libs/apr/apr-1.4.2.ebuild b/dev-libs/apr/apr-1.4.2.ebuild index 00c06e478091..9625eec576d2 100644 --- a/dev-libs/apr/apr-1.4.2.ebuild +++ b/dev-libs/apr/apr-1.4.2.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-libs/apr/apr-1.4.2.ebuild,v 1.8 2010/07/22 22:10:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.4.2.ebuild,v 1.9 2010/07/25 15:05:26 klausman Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/apr/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="doc older-kernels-compatibility +urandom" RESTRICT="test" |