diff options
author | Brent Baude <ranger@gentoo.org> | 2010-05-11 21:05:46 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-05-11 21:05:46 +0000 |
commit | 64f7f57ecbeb4da94c87872004da272af44774e4 (patch) | |
tree | a3359a68b0b4be5d091c791a37624c3685372d93 /dev-libs | |
parent | stable ppc64, bug 306337 (diff) | |
download | gentoo-2-64f7f57ecbeb4da94c87872004da272af44774e4.tar.gz gentoo-2-64f7f57ecbeb4da94c87872004da272af44774e4.tar.bz2 gentoo-2-64f7f57ecbeb4da94c87872004da272af44774e4.zip |
stable ppc64, bug 318349
(Portage version: 2.1.7.17/cvs/Linux ppc64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/oniguruma/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/oniguruma/oniguruma-5.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/oniguruma/ChangeLog b/dev-libs/oniguruma/ChangeLog index e02a7ead1399..85639a682e88 100644 --- a/dev-libs/oniguruma/ChangeLog +++ b/dev-libs/oniguruma/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/oniguruma # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v 1.44 2010/05/10 18:37:59 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v 1.45 2010/05/11 21:05:46 ranger Exp $ + + 11 May 2010; Brent Baude <ranger@gentoo.org> oniguruma-5.9.2.ebuild: + stable ppc64, bug 318349 10 May 2010; nixnut <nixnut@gentoo.org> oniguruma-5.9.2.ebuild: ppc stable #318349 diff --git a/dev-libs/oniguruma/oniguruma-5.9.2.ebuild b/dev-libs/oniguruma/oniguruma-5.9.2.ebuild index f7549ff6865e..64327f787b00 100644 --- a/dev-libs/oniguruma/oniguruma-5.9.2.ebuild +++ b/dev-libs/oniguruma/oniguruma-5.9.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/oniguruma/oniguruma-5.9.2.ebuild,v 1.3 2010/05/10 18:37:59 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.2.ebuild,v 1.4 2010/05/11 21:05:46 ranger Exp $ inherit libtool @@ -12,7 +12,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 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" S=${WORKDIR}/${MY_P} |