summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-12-20 17:40:53 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-12-20 17:40:53 +0000
commit806d0843a7a86863d229d0a22e776a7ec39e6885 (patch)
tree7826dc232b7e26a2c6a685dab8270bd29da08517 /net-libs/libasyncns
parentversion bump wrt #447844 based on work from Paweł Jastrzębski (diff)
downloadgentoo-2-806d0843a7a86863d229d0a22e776a7ec39e6885.tar.gz
gentoo-2-806d0843a7a86863d229d0a22e776a7ec39e6885.tar.bz2
gentoo-2-806d0843a7a86863d229d0a22e776a7ec39e6885.zip
fix missing doc compression wrt #447936
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'net-libs/libasyncns')
-rw-r--r--net-libs/libasyncns/ChangeLog5
-rw-r--r--net-libs/libasyncns/libasyncns-0.8-r2.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/net-libs/libasyncns/ChangeLog b/net-libs/libasyncns/ChangeLog
index bd56d1a02861..4af7ecb84869 100644
--- a/net-libs/libasyncns/ChangeLog
+++ b/net-libs/libasyncns/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libasyncns
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.33 2012/07/08 19:40:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/ChangeLog,v 1.34 2012/12/20 17:40:53 hasufell Exp $
+
+ 20 Dec 2012; Julian Ospald <hasufell@gentoo.org> libasyncns-0.8-r2.ebuild:
+ fix missing doc compression wrt #447936
08 Jul 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
Drop myself out of metadata.
diff --git a/net-libs/libasyncns/libasyncns-0.8-r2.ebuild b/net-libs/libasyncns/libasyncns-0.8-r2.ebuild
index 6f874b4910d9..62f181e04037 100644
--- a/net-libs/libasyncns/libasyncns-0.8-r2.ebuild
+++ b/net-libs/libasyncns/libasyncns-0.8-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r2.ebuild,v 1.10 2012/06/17 17:30:51 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libasyncns/libasyncns-0.8-r2.ebuild,v 1.11 2012/12/20 17:40:53 hasufell Exp $
EAPI=3
inherit eutils libtool flag-o-matic
@@ -53,4 +53,6 @@ src_install() {
docinto apidocs
dohtml html/*
fi
+
+ prepalldocs
}