]> gitweb.michael.orlitzky.com - mjo-overlay.git/commitdiff
Switch all of the djbdns keywords to ~arch.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Apr 2011 14:51:12 +0000 (10:51 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Apr 2011 14:51:12 +0000 (10:51 -0400)
net-dns/djbdns/djbdns-1.05-r24.ebuild

index 0fd9cb7ebdf72a960add22f5b1824fedf4d630b7..7527b77d5b9152bf5b206770cbf6b2ad9ee1fdeb 100644 (file)
@@ -17,7 +17,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="public-domain"
-KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
        virtual/daemontools
@@ -50,7 +50,7 @@ src_unpack() {
 
        if use ipv6; then
                elog "At present dnstrace does NOT support IPv6. It will"\
-                    "be compiled without IPv6 support."
+                        "be compiled without IPv6 support."
                cp -pR "${S}" "${S}-noipv6"
                # Careful -- >=test21 of the IPv6 patch includes the errno patch
                epatch "${DISTDIR}/${P}-${IPV6_PATCH}.diff.bz2"