diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 23:28:26 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 23:28:26 +0000 |
commit | 8221f7e50596c76c5796cc58c3d3eb2783845c4e (patch) | |
tree | 0cdfe152334839ca6bcfd0c6bd2047c2f1952a9a /dev-python/pyserial | |
parent | stable bump (diff) | |
download | gentoo-2-8221f7e50596c76c5796cc58c3d3eb2783845c4e.tar.gz gentoo-2-8221f7e50596c76c5796cc58c3d3eb2783845c4e.tar.bz2 gentoo-2-8221f7e50596c76c5796cc58c3d3eb2783845c4e.zip |
bumping to stable
Diffstat (limited to 'dev-python/pyserial')
-rw-r--r-- | dev-python/pyserial/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pyserial/pyserial-1.18.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pyserial/ChangeLog b/dev-python/pyserial/ChangeLog index a46cfac4ad0b..a198de02d03f 100644 --- a/dev-python/pyserial/ChangeLog +++ b/dev-python/pyserial/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-python/pyserial # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyserial/ChangeLog,v 1.1 2003/02/27 02:24:53 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyserial/ChangeLog,v 1.2 2003/04/04 23:28:26 liquidx Exp $ *pyserial-1.18 (27 Feb 2002) + + 25 Mar 2003; Alastair Tse <liquidx@gentoo.org> pyserial-1.18.ebuild: + bump to stable + 27 Feb 2002; Alastair Tse <liquidx@gentoo.org> pyserial-1.18.ebuild: Initial Import. Bug #11928 diff --git a/dev-python/pyserial/pyserial-1.18.ebuild b/dev-python/pyserial/pyserial-1.18.ebuild index b173e6b8760b..36cb89a7ae42 100644 --- a/dev-python/pyserial/pyserial-1.18.ebuild +++ b/dev-python/pyserial/pyserial-1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyserial/pyserial-1.18.ebuild,v 1.1 2003/02/27 02:24:53 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyserial/pyserial-1.18.ebuild,v 1.2 2003/04/04 23:28:26 liquidx Exp $ inherit distutils S=${WORKDIR}/${P} @@ -10,6 +10,6 @@ HOMEPAGE="http://pyserial.sourceforge.net" IUSE="" SLOT="0" LICENSE="PYTHON" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/python" |