diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-08-30 13:17:33 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-08-30 13:17:33 +0000 |
commit | e823da8250805ee54b2b54229d1a2cff0f98da98 (patch) | |
tree | 4bf3d77f4db474fb7f0cf83bf552c96ef51accdd /sci-mathematics/axiom/axiom-200805.ebuild | |
parent | install to texmf-site, simplify a bit the ebuild, keyword ~amd64 (diff) | |
download | gentoo-2-e823da8250805ee54b2b54229d1a2cff0f98da98.tar.gz gentoo-2-e823da8250805ee54b2b54229d1a2cff0f98da98.tar.bz2 gentoo-2-e823da8250805ee54b2b54229d1a2cff0f98da98.zip |
Added missing dependency on sys-apps/debianutils (fixes bug #236080).
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-SENTINEL-2 i686)
Diffstat (limited to 'sci-mathematics/axiom/axiom-200805.ebuild')
-rw-r--r-- | sci-mathematics/axiom/axiom-200805.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/axiom/axiom-200805.ebuild b/sci-mathematics/axiom/axiom-200805.ebuild index fd16e643ae29..7c2cc41f2577 100644 --- a/sci-mathematics/axiom/axiom-200805.ebuild +++ b/sci-mathematics/axiom/axiom-200805.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-200805.ebuild,v 1.5 2008/07/15 15:52:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-200805.ebuild,v 1.6 2008/08/30 13:17:33 markusle Exp $ inherit eutils multilib flag-o-matic @@ -19,6 +19,7 @@ RESTRICT="strip" DEPEND="virtual/latex-base x11-libs/libXaw + sys-apps/debianutils sys-process/procps" S="${WORKDIR}"/${PN} |