diff options
author | 2008-07-09 19:41:27 +0000 | |
---|---|---|
committer | 2008-07-09 19:41:27 +0000 | |
commit | 75e5ab3c03377b04c5861fe3b2ef3e39174ba376 (patch) | |
tree | ab59101a71345724d8060a086b75b2f157d8702e /sys-apps/ibm-powerpc-utils/files | |
parent | Stable on ppc64; bug #222805 (diff) | |
download | gentoo-2-75e5ab3c03377b04c5861fe3b2ef3e39174ba376.tar.gz gentoo-2-75e5ab3c03377b04c5861fe3b2ef3e39174ba376.tar.bz2 gentoo-2-75e5ab3c03377b04c5861fe3b2ef3e39174ba376.zip |
Removing -1.0.4 and keywording 1.1.0 for ppc and ppc64 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps/ibm-powerpc-utils/files')
-rw-r--r-- | sys-apps/ibm-powerpc-utils/files/ibm-powerpc-utils-1.0.4-remove-doc.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-apps/ibm-powerpc-utils/files/ibm-powerpc-utils-1.0.4-remove-doc.patch b/sys-apps/ibm-powerpc-utils/files/ibm-powerpc-utils-1.0.4-remove-doc.patch deleted file mode 100644 index dc21ea3eab36..000000000000 --- a/sys-apps/ibm-powerpc-utils/files/ibm-powerpc-utils-1.0.4-remove-doc.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- powerpc-utils-1.0.4.orig/Makefile 2006-03-28 14:40:10.000000000 -0600 -+++ powerpc-utils-1.0.4/Makefile 2006-04-19 14:44:55.000000000 -0500 -@@ -12,19 +12,12 @@ - TARBALL_FILES += $(FILES) Changelog - - all: -- @echo "Building cmds files..." -- @$(MAKE) -C cmds -- @echo "Building scripts files..." -- @$(MAKE) -C scripts -- @echo "Building doc files..." -- @$(MAKE) -C doc -+ @$(foreach d,$(SUBDIRS), $(MAKE) -C $d;) - - install: all -- @$(call install_doc,$(FILES),$(DESTDIR)) - @$(foreach d,$(SUBDIRS), $(MAKE) -C $d install;) - - uninstall: -- @$(call uninstall_doc,$(FILES),$(DESTDIR)) - @$(foreach d,$(SUBDIRS), $(MAKE) -C $d uninstall;) - - rpm: all |