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 | |
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')
-rw-r--r-- | sci-mathematics/axiom/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/axiom/axiom-200803.ebuild | 3 | ||||
-rw-r--r-- | sci-mathematics/axiom/axiom-200805.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sci-mathematics/axiom/ChangeLog b/sci-mathematics/axiom/ChangeLog index f31ca6624bfb..bb420f13f908 100644 --- a/sci-mathematics/axiom/ChangeLog +++ b/sci-mathematics/axiom/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/axiom # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/ChangeLog,v 1.21 2008/07/15 02:39:54 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/ChangeLog,v 1.22 2008/08/30 13:17:33 markusle Exp $ + + 30 Aug 2008; Markus Dittrich <markusle@gentoo.org> axiom-200803.ebuild, + axiom-200805.ebuild: + Added missing dependency on sys-apps/debianutils (fixes bug #236080). 15 Jul 2008; Markus Dittrich <markusle@gentoo.org> axiom-200805.ebuild: Ebuild cleanup. Thanks much to <dberkholz@gentoo.org> for pointing diff --git a/sci-mathematics/axiom/axiom-200803.ebuild b/sci-mathematics/axiom/axiom-200803.ebuild index b555f600e9ef..c609b6f2c93c 100644 --- a/sci-mathematics/axiom/axiom-200803.ebuild +++ b/sci-mathematics/axiom/axiom-200803.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-200803.ebuild,v 1.1 2008/03/31 12:58:24 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-200803.ebuild,v 1.2 2008/08/30 13:17:33 markusle Exp $ inherit eutils multilib flag-o-matic @@ -18,6 +18,7 @@ IUSE="" RESTRICT="strip" DEPEND="virtual/latex-base + sys-apps/debianutils x11-libs/libXaw" S="${WORKDIR}"/${PN} 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} |