diff options
author | 2011-10-28 17:25:22 +0000 | |
---|---|---|
committer | 2011-10-28 17:25:22 +0000 | |
commit | e326a834993b0de9afc7c7f5e7922373617cb3fd (patch) | |
tree | 761b87431deee4b0265f992741ff20526f1318be | |
parent | Version bump. (diff) | |
download | gentoo-2-e326a834993b0de9afc7c7f5e7922373617cb3fd.tar.gz gentoo-2-e326a834993b0de9afc7c7f5e7922373617cb3fd.tar.bz2 gentoo-2-e326a834993b0de9afc7c7f5e7922373617cb3fd.zip |
Apply Interfaces patch against configure.ac instead of configure.ac.in. Thanks to Markos Chandras for the note.
(Portage version: 2.1.10.31/cvs/Linux i686, RepoMan options: --force)
-rw-r--r-- | app-admin/conky/ChangeLog | 9 | ||||
-rw-r--r-- | app-admin/conky/conky-1.8.1-r4.ebuild (renamed from app-admin/conky/conky-1.8.1-r3.ebuild) | 2 | ||||
-rw-r--r-- | app-admin/conky/files/conky-1.8.1-maxinterfaces.patch | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/app-admin/conky/ChangeLog b/app-admin/conky/ChangeLog index 24a1571c6306..3230c8875aaa 100644 --- a/app-admin/conky/ChangeLog +++ b/app-admin/conky/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-admin/conky # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.167 2011/10/25 17:28:41 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/ChangeLog,v 1.168 2011/10/28 17:25:21 billie Exp $ + +*conky-1.8.1-r4 (28 Oct 2011) + + 28 Oct 2011; Daniel Pielmeier <billie@gentoo.org> -conky-1.8.1-r3.ebuild, + +conky-1.8.1-r4.ebuild, files/conky-1.8.1-maxinterfaces.patch: + Apply Interfaces patch against configure.ac instead of configure.ac.in. + Thanks to Markos Chandras for the note. *conky-1.8.1-r3 (25 Oct 2011) diff --git a/app-admin/conky/conky-1.8.1-r3.ebuild b/app-admin/conky/conky-1.8.1-r4.ebuild index 6a5d0c75c7d9..29a90998cc2f 100644 --- a/app-admin/conky/conky-1.8.1-r3.ebuild +++ b/app-admin/conky/conky-1.8.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.8.1-r3.ebuild,v 1.1 2011/10/25 17:28:41 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.8.1-r4.ebuild,v 1.1 2011/10/28 17:25:21 billie Exp $ EAPI=2 diff --git a/app-admin/conky/files/conky-1.8.1-maxinterfaces.patch b/app-admin/conky/files/conky-1.8.1-maxinterfaces.patch index 97c58460114f..6f2097e120b4 100644 --- a/app-admin/conky/files/conky-1.8.1-maxinterfaces.patch +++ b/app-admin/conky/files/conky-1.8.1-maxinterfaces.patch @@ -12,8 +12,8 @@ MAX_NET_INTERFACES. For more info, see sf.net #2872682 and gentoo bug #384505 diff --git a/configure.ac.in b/configure.ac.in index 0f00237..d52d998 100644 ---- a/configure.ac.in -+++ b/configure.ac.in +--- a/configure.ac ++++ b/configure.ac @@ -802,7 +802,7 @@ AC_DEFINE(CONFIG_FILE, "$HOME/.conkyrc", [Configfile of the user]) AC_DEFINE(MAX_SPECIALS_DEFAULT, 512, [Default maximum number of special things, e.g. fonts, offsets, aligns, etc.]) AC_DEFINE(MAX_USER_TEXT_DEFAULT, 16384, [Default maximum size of config TEXT buffer, i.e. below TEXT line.]) |