diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-07-21 03:54:18 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-07-21 03:54:18 +0000 |
commit | d0aac60a8231512423441f13782ff0edb0b17470 (patch) | |
tree | 2aede257aa18a5b76be0ec6e62535eb23356ca78 /dev-lang | |
parent | Moved enewuser/enewgroup to pkg_setup so that src_install has the user and gr... (diff) | |
download | gentoo-2-d0aac60a8231512423441f13782ff0edb0b17470.tar.gz gentoo-2-d0aac60a8231512423441f13782ff0edb0b17470.tar.bz2 gentoo-2-d0aac60a8231512423441f13782ff0edb0b17470.zip |
x86 stable security etc
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/pike/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/pike/pike-7.6.86-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/pike/ChangeLog b/dev-lang/pike/ChangeLog index ebc584753351..bb4a9bdd4583 100644 --- a/dev-lang/pike/ChangeLog +++ b/dev-lang/pike/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/pike # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/ChangeLog,v 1.24 2006/07/11 12:57:12 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/ChangeLog,v 1.25 2006/07/21 03:54:18 tsunam Exp $ + + 21 Jul 2006; Joshua Jackson <tsunam@gentoo.org> pike-7.6.86-r1.ebuild: + Stable x86; bug #136065 *pike-7.6.50-r2 (11 Jul 2006) diff --git a/dev-lang/pike/pike-7.6.86-r1.ebuild b/dev-lang/pike/pike-7.6.86-r1.ebuild index a52f89cabcef..a6ca79fcee6c 100644 --- a/dev-lang/pike/pike-7.6.86-r1.ebuild +++ b/dev-lang/pike/pike-7.6.86-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.86-r1.ebuild,v 1.3 2006/07/11 12:52:28 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.6.86-r1.ebuild,v 1.4 2006/07/21 03:54:17 tsunam Exp $ DESCRIPTION="Pike programming language and runtime" HOMEPAGE="http://pike.ida.liu.se/" @@ -8,7 +8,7 @@ SRC_URI="http://pike.ida.liu.se/pub/pike/all/${PV}/Pike-v${PV}.tar.gz" LICENSE="GPL-2 LGPL-2.1 MPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="bzip2 debug doc fftw gdbm gtk hardened jpeg kerberos mime mmx mysql opengl pcre pdf scanner sdl ssl svg tiff truetype zlib" DEPEND="dev-libs/nettle |