diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-04-25 19:01:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-04-25 19:01:06 +0000 |
commit | 20dc8e2bd435d6b36dc68fdf40af6a1632e6a170 (patch) | |
tree | 054c689ae65427bf9a793827da549b90a0a7fe05 /app-misc | |
parent | Mirror frei0r mask from nonhardened ppc64-64ul profile (diff) | |
download | gentoo-2-20dc8e2bd435d6b36dc68fdf40af6a1632e6a170.tar.gz gentoo-2-20dc8e2bd435d6b36dc68fdf40af6a1632e6a170.tar.bz2 gentoo-2-20dc8e2bd435d6b36dc68fdf40af6a1632e6a170.zip |
Clean up patch.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/nut/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/nut/files/nut-17.7-makefile.patch | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/nut/ChangeLog b/app-misc/nut/ChangeLog index 30014e625115..9f539b3df628 100644 --- a/app-misc/nut/ChangeLog +++ b/app-misc/nut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/nut # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.37 2012/04/25 18:54:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.38 2012/04/25 19:01:06 jer Exp $ + + 25 Apr 2012; Jeroen Roovers <jer@gentoo.org> files/nut-17.7-makefile.patch: + Clean up patch. *nut-17.7 (25 Apr 2012) diff --git a/app-misc/nut/files/nut-17.7-makefile.patch b/app-misc/nut/files/nut-17.7-makefile.patch index 309d229395f2..b778d23572db 100644 --- a/app-misc/nut/files/nut-17.7-makefile.patch +++ b/app-misc/nut/files/nut-17.7-makefile.patch @@ -1,5 +1,5 @@ ---- Makefile.org 2012-04-24 19:13:25.000000000 +0200 -+++ Makefile 2012-04-25 20:45:25.721953488 +0200 +--- a/Makefile ++++ b/Makefile @@ -8,15 +8,6 @@ EXECUTABLE := nut LIBS := -lm @@ -34,8 +34,8 @@ ifeq ($(HAVE_FLTK),1) $(FLTK_NUT): ---- fltk/Makefile.org 2012-04-24 19:13:01.000000000 +0200 -+++ fltk/Makefile 2012-04-25 20:48:45.668679700 +0200 +--- a/fltk/Makefile ++++ b/fltk/Makefile @@ -5,7 +5,7 @@ NUTDIR := \".nutdb\" FOODDIR := \"$(libdir)\" |