diff options
author | 2004-09-01 13:19:41 +0000 | |
---|---|---|
committer | 2004-09-01 13:19:41 +0000 | |
commit | e37fa15cd09c8e00f4e683db50dea128a1d0f6d9 (patch) | |
tree | a632e3f33c77aecce8bb326657a4c8ca2818bcf2 /sys-apps | |
parent | Stable on sparc wrt #62476 (Manifest recommit) (diff) | |
download | gentoo-2-e37fa15cd09c8e00f4e683db50dea128a1d0f6d9.tar.gz gentoo-2-e37fa15cd09c8e00f4e683db50dea128a1d0f6d9.tar.bz2 gentoo-2-e37fa15cd09c8e00f4e683db50dea128a1d0f6d9.zip |
Missed the snmp USE-flag. Fixed now.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/apcupsd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/apcupsd/apcupsd-3.10.15-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/apcupsd/ChangeLog b/sys-apps/apcupsd/ChangeLog index f274da4a7808..7646eb48a55f 100644 --- a/sys-apps/apcupsd/ChangeLog +++ b/sys-apps/apcupsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/apcupsd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/ChangeLog,v 1.41 2004/08/30 23:51:05 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/ChangeLog,v 1.42 2004/09/01 13:19:41 tantive Exp $ + + 01 Sep 2004; Michael Imhof <tantive@gentoo.org> apcupsd-3.10.15-r1.ebuild: + Missed the snmp USE-flag. Fixed now. *apcupsd-3.10.15-r1 (31 Aug 2004) diff --git a/sys-apps/apcupsd/apcupsd-3.10.15-r1.ebuild b/sys-apps/apcupsd/apcupsd-3.10.15-r1.ebuild index 07d11a38f429..c223015ee8bb 100644 --- a/sys-apps/apcupsd/apcupsd-3.10.15-r1.ebuild +++ b/sys-apps/apcupsd/apcupsd-3.10.15-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/apcupsd-3.10.15-r1.ebuild,v 1.1 2004/08/30 23:51:05 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/apcupsd-3.10.15-r1.ebuild,v 1.2 2004/09/01 13:19:41 tantive Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="doc snmp usb apache2" DEPEND=">=sys-apps/baselayout-1.8.4 virtual/libc virtual/mta - virtual/snmp + snmp? (virtual/snmp) >=media-libs/gd-1.8.4 sys-libs/ncurses" RDEPEND="${DEPEND} |