diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index c9c304450496..ac41cb191a51 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.70 2004/01/22 01:46:48 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.71 2004/01/24 13:03:33 liquidx Exp $ + + 24 Jan 2004; Alastair Tse <liquidx@gentoo.org> python-2.3.3.ebuild: + add missing doc IUSE (#39232) 22 Jan 2004; Alastair Tse <liquidx@gentoo.org> python-2.3.3.ebuild, files/depreorder.py: diff --git a/dev-lang/python/python-2.3.3.ebuild b/dev-lang/python/python-2.3.3.ebuild index b94d73ad4942..a7fe0b579d91 100644 --- a/dev-lang/python/python-2.3.3.ebuild +++ b/dev-lang/python/python-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.3.ebuild,v 1.5 2004/01/24 01:52:15 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.3.ebuild,v 1.6 2004/01/24 13:03:33 liquidx Exp $ inherit flag-o-matic python @@ -14,7 +14,7 @@ DESCRIPTION="A really great language" SRC_URI="http://www.python.org/ftp/python/${PV%_*}/Python-${MY_PV}.tgz" HOMEPAGE="http://www.python.org" -IUSE="ncurses gdbm ssl readline tcltk berkdb bootstrap ipv6 build ucs2" +IUSE="ncurses gdbm ssl readline tcltk berkdb bootstrap ipv6 build ucs2 doc" LICENSE="PSF-2.2" SLOT="2.3" |