Advertisement
Guest User

Untitled

a guest
Jun 7th, 2017
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DIV 1.14 KB | None | 0 0
  1. Index: cups-1.4.4.ebuild
  2. ===================================================================
  3. RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.4.4.ebuild,v
  4. retrieving revision 1.2
  5. diff -u -B -r1.2 cups-1.4.4.ebuild
  6. --- cups-1.4.4.ebuild   30 Jun 2010 17:33:49 -0000  1.2
  7. +++ cups-1.4.4.ebuild   30 Jul 2010 22:26:46 -0000
  8. @@ -15,7 +15,7 @@
  9.  LICENSE="GPL-2"
  10.  SLOT="0"
  11.  KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
  12. -IUSE="acl dbus debug gnutls java +jpeg kerberos ldap pam perl php +png python samba slp +ssl static +tiff +usb X xinetd"
  13. +IUSE="acl dbus debug gnutls java +jpeg kerberos ldap pam perl php +png python samba slp +ssl static +threads +tiff +usb X xinetd"
  14.  
  15.  COMMON_DEPEND="
  16.     app-text/libpaper
  17. @@ -130,6 +130,7 @@
  18.         $(use_enable png) \
  19.         $(use_enable slp) \
  20.         $(use_enable static) \
  21. +       $(use_enable threads) \
  22.         $(use_enable tiff) \
  23.         $(use_enable usb libusb) \
  24.         $(use_with java) \
  25. @@ -138,7 +139,6 @@
  26.         $(use_with python) \
  27.         $(use_with xinetd xinetd /etc/xinetd.d) \
  28.         --enable-libpaper \
  29. -       --enable-threads \
  30.         --disable-dnssd \
  31.         ${myconf}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement