diff options
author | 2011-03-26 19:48:13 +0000 | |
---|---|---|
committer | 2011-03-26 19:48:13 +0000 | |
commit | 01a3d80d7923b2271e22341b756df1fb2aa3654b (patch) | |
tree | 710d4c76f2e11715cdd451697cb3bbfc4b3b68d9 /app-arch/p7zip/p7zip-9.13-r3.ebuild | |
parent | Update dependencies. (diff) | |
download | gentoo-2-01a3d80d7923b2271e22341b756df1fb2aa3654b.tar.gz gentoo-2-01a3d80d7923b2271e22341b756df1fb2aa3654b.tar.bz2 gentoo-2-01a3d80d7923b2271e22341b756df1fb2aa3654b.zip |
Version Bump, #360201
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/p7zip/p7zip-9.13-r3.ebuild')
-rw-r--r-- | app-arch/p7zip/p7zip-9.13-r3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-arch/p7zip/p7zip-9.13-r3.ebuild b/app-arch/p7zip/p7zip-9.13-r3.ebuild index 08a35f65c562..0ebef4a99130 100644 --- a/app-arch/p7zip/p7zip-9.13-r3.ebuild +++ b/app-arch/p7zip/p7zip-9.13-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.13-r3.ebuild,v 1.2 2011/03/21 07:46:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.13-r3.ebuild,v 1.3 2011/03/26 19:48:13 jlec Exp $ EAPI="2" WX_GTK_VER="2.8" @@ -16,7 +16,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc kde rar +pch static wxwidgets" -RDEPEND="kde? ( x11-libs/wxGTK:2.8[X,-odbc] kde-base/kdelibs ) +RDEPEND=" + kde? ( x11-libs/wxGTK:2.8[X,-odbc] kde-base/kdelibs ) wxwidgets? ( x11-libs/wxGTK:2.8[X,-odbc] )" DEPEND="${RDEPEND}" @@ -142,7 +143,7 @@ src_install() { doman man1/7z.1 man1/7za.1 man1/7zr.1 || die dodoc ChangeLog README TODO || die - if use doc ; then + if use doc; then dodoc DOCS/*.txt dohtml -r DOCS/MANUAL/* fi |