diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-12-22 08:27:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-12-22 08:27:05 +0000 |
commit | 5d73db7ff03f09a60f866eb0e13d73cb5fdc47e5 (patch) | |
tree | d850eeb94f46d484d6d4eba72bedb495c70a7017 /sci-electronics | |
parent | Verify and potentially improve Python-related code, #316189 (diff) | |
download | gentoo-2-5d73db7ff03f09a60f866eb0e13d73cb5fdc47e5.tar.gz gentoo-2-5d73db7ff03f09a60f866eb0e13d73cb5fdc47e5.tar.bz2 gentoo-2-5d73db7ff03f09a60f866eb0e13d73cb5fdc47e5.zip |
Missing one file in python setup
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/geda-xgsch2pcb/files/0.1.3-python.patch | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sci-electronics/geda-xgsch2pcb/files/0.1.3-python.patch b/sci-electronics/geda-xgsch2pcb/files/0.1.3-python.patch index 83a5bd65c794..f06b2aff4a5f 100644 --- a/sci-electronics/geda-xgsch2pcb/files/0.1.3-python.patch +++ b/sci-electronics/geda-xgsch2pcb/files/0.1.3-python.patch @@ -1,5 +1,5 @@ diff --git a/Makefile.am b/Makefile.am -index aa8e2d6..e313890 100644 +index aa8e2d6..4193aac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ SUBDIRS = po data @@ -11,6 +11,15 @@ index aa8e2d6..e313890 100644 lib/xgsch2pcb/gsch2pcbproject.py \ lib/xgsch2pcb/gui.py \ lib/xgsch2pcb/new_project_gui.py \ +@@ -30,7 +30,7 @@ pkglib_PYTHON = lib/xgsch2pcb/pcbmanager.py \ + lib/xgsch2pcb/templates.py \ + lib/xgsch2pcb/funcs.py + +-nodist_pkglib_PYTHON = config.py ++nodist_pkgpython_PYTHON = config.py + + INTLTOOL_FILES = intltool-extract.in \ + intltool-merge.in \ @@ -53,7 +53,7 @@ templatesdir = @templatesdir@ do_subst = sed -e 's,[@]prefix[@],$(prefix),g' \ -e 's,[@]PYTHON[@],$(PYTHON),g' \ |