diff options
author | John Einar Reitan <john.einar@gmail.com> | 2019-02-07 13:22:42 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-09 10:52:00 +0100 |
commit | fdb8eef90e91fc126cf02896590827ae12f35c9e (patch) | |
tree | ddb206e4293e1fd1a5f9c95fcb5f8886f1078243 /sys-power | |
parent | dev-db/ocp: bump to 0.3 (diff) | |
download | gentoo-fdb8eef90e91fc126cf02896590827ae12f35c9e.tar.gz gentoo-fdb8eef90e91fc126cf02896590827ae12f35c9e.tar.bz2 gentoo-fdb8eef90e91fc126cf02896590827ae12f35c9e.zip |
sys-power/apcupsd: Remove dead nls keyword
NLS support was removed from apcupsd in the 3.14.4 release, as stated in
the ReleaseNotes. The ebuild still have an IUSE for nls and a DEPEND on
sys-devel/gettext, for no reason. So this cleans up the ebuild.
Closes: https://bugs.gentoo.org/499770
Signed-off-by: John Einar Reitan <john.einar@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild b/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild index 6b1c1f839c97..237d66e517c4 100644 --- a/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild +++ b/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/apcupsd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd" -IUSE="snmp +usb +modbus cgi nls gnome kernel_linux" +IUSE="snmp +usb +modbus cgi gnome kernel_linux" DEPEND=" || ( >=sys-apps/util-linux-2.23[tty-helpers(-)] @@ -20,7 +20,6 @@ DEPEND=" ) modbus? ( usb? ( virtual/libusb:0 ) ) cgi? ( >=media-libs/gd-1.8.4 ) - nls? ( sys-devel/gettext ) snmp? ( >=net-analyzer/net-snmp-5.7.2 ) gnome? ( >=x11-libs/gtk+-2.4.0:2 dev-libs/glib:2 |