diff options
-rw-r--r-- | net-print/cups/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/cups/cups-1.1.23-r7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-print/cups/ChangeLog b/net-print/cups/ChangeLog index c5c8ff7a5abf..f81393e3a549 100644 --- a/net-print/cups/ChangeLog +++ b/net-print/cups/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/cups # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.155 2006/01/13 01:33:08 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.156 2006/01/13 20:38:11 flameeyes Exp $ + + 13 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> cups-1.1.23-r7.ebuild: + The name of the function is bindnow-flags, not bindnow_flags. 13 Jan 2006; Mark Loeser <halcy0n@gentoo.org> cups-1.1.23-r7.ebuild: Stable on x86; bug #117495 diff --git a/net-print/cups/cups-1.1.23-r7.ebuild b/net-print/cups/cups-1.1.23-r7.ebuild index 809fb9324215..cb9467951985 100644 --- a/net-print/cups/cups-1.1.23-r7.ebuild +++ b/net-print/cups/cups-1.1.23-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.23-r7.ebuild,v 1.8 2006/01/13 01:33:08 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.23-r7.ebuild,v 1.9 2006/01/13 20:38:11 flameeyes Exp $ inherit eutils flag-o-matic pam autotools @@ -68,7 +68,7 @@ src_compile() { --with-cups-user=lp \ --with-cups-group=lp \ --localstatedir=/var \ - --with-bindnow=$(bindnow_flags) \ + --with-bindnow=$(bindnow-flags) \ $(use_enable pam) \ $(use_enable ssl) \ $(use_enable slp) \ |