diff options
author | 2004-04-10 16:58:56 +0000 | |
---|---|---|
committer | 2004-04-10 16:58:56 +0000 | |
commit | fe9d0f918a2c6ef2fca54b75e104528f1867e743 (patch) | |
tree | 38a01cc726dc87cff86f8428891682e843036f35 /dev-python/skunkweb | |
parent | Version bumped. virtual/ruby fix (Manifest recommit) (diff) | |
download | gentoo-2-fe9d0f918a2c6ef2fca54b75e104528f1867e743.tar.gz gentoo-2-fe9d0f918a2c6ef2fca54b75e104528f1867e743.tar.bz2 gentoo-2-fe9d0f918a2c6ef2fca54b75e104528f1867e743.zip |
Stable on x86.
Diffstat (limited to 'dev-python/skunkweb')
-rw-r--r-- | dev-python/skunkweb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/skunkweb/skunkweb-3.4_beta5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/skunkweb/ChangeLog b/dev-python/skunkweb/ChangeLog index e32839ee0d8b..d517e953c9c3 100644 --- a/dev-python/skunkweb/ChangeLog +++ b/dev-python/skunkweb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/skunkweb # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/skunkweb/ChangeLog,v 1.2 2004/03/25 08:16:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/skunkweb/ChangeLog,v 1.3 2004/04/10 16:58:56 kloeri Exp $ + + 10 Apr 2004; Bryan Østergaard <kloeri@gentoo.org> skunkweb-3.4_beta5.ebuild: + Stable on x86. 25 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> skunkweb-3.4_beta5.ebuild: diff --git a/dev-python/skunkweb/skunkweb-3.4_beta5.ebuild b/dev-python/skunkweb/skunkweb-3.4_beta5.ebuild index 8a630cbebf6c..51f75d854449 100644 --- a/dev-python/skunkweb/skunkweb-3.4_beta5.ebuild +++ b/dev-python/skunkweb/skunkweb-3.4_beta5.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-python/skunkweb/skunkweb-3.4_beta5.ebuild,v 1.2 2004/03/25 08:16:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/skunkweb/skunkweb-3.4_beta5.ebuild,v 1.3 2004/04/10 16:58:56 kloeri Exp $ DESCRIPTION="robust Python web application server" @@ -10,7 +10,7 @@ S=${WORKDIR}/${NEWP} SRC_URI="mirror://sourceforge/skunkweb/${NEWP}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="${IUSE} apache1 apache2" DEPEND=">=dev-lang/python-2.2 >=dev-python/egenix-mx-base-2.0.4 |