diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2008-09-03 07:25:44 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2008-09-03 07:25:44 +0000 |
commit | a2e0a7b4b9765374b4dbb7ce8ccb5077685b2c05 (patch) | |
tree | 428abed5aaa9bd4c5ed09aed367f04cee82a1c66 /sys-power/apcupsd/apcupsd-3.14.2.ebuild | |
parent | remove tetex USE flag (diff) | |
download | historical-a2e0a7b4b9765374b4dbb7ce8ccb5077685b2c05.tar.gz historical-a2e0a7b4b9765374b4dbb7ce8ccb5077685b2c05.tar.bz2 historical-a2e0a7b4b9765374b4dbb7ce8ccb5077685b2c05.zip |
replace virtual/tetex with virtual/latex-base
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sys-power/apcupsd/apcupsd-3.14.2.ebuild')
-rw-r--r-- | sys-power/apcupsd/apcupsd-3.14.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/apcupsd/apcupsd-3.14.2.ebuild b/sys-power/apcupsd/apcupsd-3.14.2.ebuild index 9428e8ee3376..49ca68d384ae 100644 --- a/sys-power/apcupsd/apcupsd-3.14.2.ebuild +++ b/sys-power/apcupsd/apcupsd-3.14.2.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/sys-power/apcupsd/apcupsd-3.14.2.ebuild,v 1.2 2008/05/08 19:37:30 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.2.ebuild,v 1.3 2008/09/03 07:25:44 opfer Exp $ WEBAPP_MANUAL_SLOT="yes" inherit eutils webapp @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="doc snmp usb cgi ncurses nls gnome" -DEPEND="doc? ( virtual/tetex dev-tex/latex2html ) +DEPEND="doc? ( virtual/latex-base dev-tex/latex2html ) cgi? ( >=media-libs/gd-1.8.4 ) ncurses? ( sys-libs/ncurses ) nls? ( sys-devel/gettext ) |