diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-06 02:57:11 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-06 02:57:11 +0000 |
commit | 6872e751cf21b5496108f9c550d6ebb486371d86 (patch) | |
tree | 5b77338bb62a347047d258e3965dd89652805d10 /dev-libs/oniguruma | |
parent | Use a slot dep for openssl; openssl:0.9.8 is not going to work here. Bug 437480. (diff) | |
download | gentoo-2-6872e751cf21b5496108f9c550d6ebb486371d86.tar.gz gentoo-2-6872e751cf21b5496108f9c550d6ebb486371d86.tar.bz2 gentoo-2-6872e751cf21b5496108f9c550d6ebb486371d86.zip |
stable ppc ppc64, bug #441196
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-libs/oniguruma')
-rw-r--r-- | dev-libs/oniguruma/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/oniguruma/oniguruma-5.9.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/oniguruma/ChangeLog b/dev-libs/oniguruma/ChangeLog index 2336ac768b04..ec160f9f24a3 100644 --- a/dev-libs/oniguruma/ChangeLog +++ b/dev-libs/oniguruma/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/oniguruma # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v 1.52 2012/08/17 14:41:06 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v 1.53 2012/11/06 02:57:11 blueness Exp $ + + 06 Nov 2012; Anthony G. Basile <blueness@gentoo.org> + oniguruma-5.9.2-r1.ebuild: + stable ppc ppc64, bug #441196 *oniguruma-5.9.2-r1 (17 Aug 2012) diff --git a/dev-libs/oniguruma/oniguruma-5.9.2-r1.ebuild b/dev-libs/oniguruma/oniguruma-5.9.2-r1.ebuild index a6cdfc1e2412..fd6cb29cad97 100644 --- a/dev-libs/oniguruma/oniguruma-5.9.2-r1.ebuild +++ b/dev-libs/oniguruma/oniguruma-5.9.2-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-libs/oniguruma/oniguruma-5.9.2-r1.ebuild,v 1.1 2012/08/17 14:41:06 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.2-r1.ebuild,v 1.2 2012/11/06 02:57:11 blueness Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://www.geocities.jp/kosako3/oniguruma/archive/${MY_P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="combination-explosion-check crnl-as-line-terminator static-libs" PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) |