diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 19:34:35 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-25 19:34:35 +0000 |
commit | f3893244120cc66f7b4c6bae54ea402a3019e9e9 (patch) | |
tree | bbd0b5c04aef30c675d5c811bc36cbdaaa2f490f /dev-python | |
parent | Added FONT_SUFFIX, closing bug #55176 (Manifest recommit) (diff) | |
download | gentoo-2-f3893244120cc66f7b4c6bae54ea402a3019e9e9.tar.gz gentoo-2-f3893244120cc66f7b4c6bae54ea402a3019e9e9.tar.bz2 gentoo-2-f3893244120cc66f7b4c6bae54ea402a3019e9e9.zip |
add newline at eof
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sip/sip-4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sip/sip-4.0.ebuild b/dev-python/sip/sip-4.0.ebuild index 5d5b23097cff..083eb80f28cc 100644 --- a/dev-python/sip/sip-4.0.ebuild +++ b/dev-python/sip/sip-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.0.ebuild,v 1.2 2004/06/25 01:50:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.0.ebuild,v 1.3 2004/06/25 19:33:58 agriffis Exp $ inherit distutils @@ -38,4 +38,4 @@ src_install() { pkg_postinst() { einfo "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." -}
\ No newline at end of file +} |