diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-10-12 11:30:14 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-10-12 11:30:14 +0000 |
commit | eb78d0824f780e9e386e8706e40328b9269e1cea (patch) | |
tree | 6b9fc440a810e96f97445620dcd8a229dc7f8eb7 /dev-python/pythong | |
parent | version bump (diff) | |
download | gentoo-2-eb78d0824f780e9e386e8706e40328b9269e1cea.tar.gz gentoo-2-eb78d0824f780e9e386e8706e40328b9269e1cea.tar.bz2 gentoo-2-eb78d0824f780e9e386e8706e40328b9269e1cea.zip |
fix whitespace
Diffstat (limited to 'dev-python/pythong')
-rw-r--r-- | dev-python/pythong/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pythong/pythong-2.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pythong/Manifest b/dev-python/pythong/Manifest index 4e9938135774..a6b333315a83 100644 --- a/dev-python/pythong/Manifest +++ b/dev-python/pythong/Manifest @@ -1,7 +1,7 @@ MD5 de9a6e913eb535cd180cfca8d56d2c88 ChangeLog 654 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 a92050d24314b864ebf86eb587611a2b pythong-2.0.21.2.ebuild 1490 -MD5 d6a130a336b65668c340232a495c8f8b pythong-2.1.ebuild 1376 +MD5 f7021796995b1220ce7f733aedd29f99 pythong-2.1.ebuild 1374 MD5 ba05e93f95f9ee60ece3790a2c9d2308 pythong-2.1_pre8.ebuild 1232 MD5 ef6104b1ca6dd2b5346eccd49c837859 files/digest-pythong-2.0.21.2 119 MD5 fe2dcd47d67982db386e619732d04ef5 files/digest-pythong-2.1 116 diff --git a/dev-python/pythong/pythong-2.1.ebuild b/dev-python/pythong/pythong-2.1.ebuild index b314823c9429..8938923e9712 100644 --- a/dev-python/pythong/pythong-2.1.ebuild +++ b/dev-python/pythong/pythong-2.1.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/pythong/pythong-2.1.ebuild,v 1.1 2003/10/12 11:28:30 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.ebuild,v 1.2 2003/10/12 11:29:39 liquidx Exp $ inherit distutils @@ -29,7 +29,7 @@ pkg_setup() { eerror "You need to Tk support in Python to continue. Try running:" eerror "USE=\"tcltk\" emerge python" die "Missing Tkinter support" - fi + fi } src_compile() { |