diff options
author | 2009-06-02 10:06:41 +0000 | |
---|---|---|
committer | 2009-06-02 10:06:41 +0000 | |
commit | 5930afca716973215538e8d297c8b56a1a1169f7 (patch) | |
tree | 05f3d2d04a59604fe4b5d04ce64d5aaae32b4f25 /app-text/xml2doc | |
parent | Cleanup ebuild and fix build with --as-needed, thanks to Kevin Pyle in bug #2... (diff) | |
download | gentoo-2-5930afca716973215538e8d297c8b56a1a1169f7.tar.gz gentoo-2-5930afca716973215538e8d297c8b56a1a1169f7.tar.bz2 gentoo-2-5930afca716973215538e8d297c8b56a1a1169f7.zip |
Fix minor issues pointed out by repoman.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xml2doc')
-rw-r--r-- | app-text/xml2doc/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/xml2doc/xml2doc-20030510-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/xml2doc/ChangeLog b/app-text/xml2doc/ChangeLog index 65502eb19d90..92688755b080 100644 --- a/app-text/xml2doc/ChangeLog +++ b/app-text/xml2doc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/xml2doc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/ChangeLog,v 1.18 2009/06/02 10:05:48 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/ChangeLog,v 1.19 2009/06/02 10:06:41 flameeyes Exp $ + + 02 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> + xml2doc-20030510-r1.ebuild: + Fix minor issues pointed out by repoman. 02 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> xml2doc-20030510-r1.ebuild: diff --git a/app-text/xml2doc/xml2doc-20030510-r1.ebuild b/app-text/xml2doc/xml2doc-20030510-r1.ebuild index fc18e6521b17..cc68193f2d96 100644 --- a/app-text/xml2doc/xml2doc-20030510-r1.ebuild +++ b/app-text/xml2doc/xml2doc-20030510-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/xml2doc-20030510-r1.ebuild,v 1.3 2009/06/02 10:05:48 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/xml2doc-20030510-r1.ebuild,v 1.4 2009/06/02 10:06:41 flameeyes Exp $ inherit eutils @@ -17,11 +17,12 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" DEPEND=">=dev-libs/libxml2-2.5 pdf? ( >=media-libs/pdflib-4 )" +RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" # Fix pointer-related bug detected by a QA notice. |