summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-10-14 12:30:30 -0700
committerMatt Turner <mattst88@gentoo.org>2020-10-14 13:22:06 -0700
commit3fde55eea5fb94b5fb0496642f8a916cc41da405 (patch)
treeb4eac01aea5db5ec8cdff3f30a293fe07e601e2f /sys-apps/powerpc-utils
parentx11-themes/arc-theme: Version bump to 20201013 (diff)
downloadgentoo-3fde55eea5fb94b5fb0496642f8a916cc41da405.tar.gz
gentoo-3fde55eea5fb94b5fb0496642f8a916cc41da405.tar.bz2
gentoo-3fde55eea5fb94b5fb0496642f8a916cc41da405.zip
sys-apps/powerpc-utils: Remove nvsetenv from this package
sys-boot/yaboot{,-static} depends on this package for the nvsetenv binary. sys-boot/grub depends on sys-apps/ibm-powerpc-utils. Before this commit, both sys-apps/powerpc-utils and sys-apps/ibm-powerpc-utils installed /usr/sbin/nvsetenv and thus could not be installed simultaneously, thereby preventing sys-boot/yaboot and sys-boot/grub from being installed simultaneously, which prevents dev-util/catalyst run building ISOs on a system using sys-boot/yaboot. We've confirmed that yaboot (ybin specifically) works with nvsetenv from sys-apps/ibm-powerpc-utils, so just remove nvsetenv from this package. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-apps/powerpc-utils')
-rw-r--r--sys-apps/powerpc-utils/powerpc-utils-1.1.3.18-r4.ebuild (renamed from sys-apps/powerpc-utils/powerpc-utils-1.1.3.18-r3.ebuild)11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys-apps/powerpc-utils/powerpc-utils-1.1.3.18-r3.ebuild b/sys-apps/powerpc-utils/powerpc-utils-1.1.3.18-r4.ebuild
index 09eeef791f37..fc1157cb0996 100644
--- a/sys-apps/powerpc-utils/powerpc-utils-1.1.3.18-r3.ebuild
+++ b/sys-apps/powerpc-utils/powerpc-utils-1.1.3.18-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ inherit toolchain-funcs
BASEVER=$(ver_cut 1-3)
DEBREV=$(ver_cut 4)
-DESCRIPTION="PowerPC utilities including nvsetenv, and additional OldWorld apps"
+DESCRIPTION="PowerPC utilities and additional OldWorld apps"
SRC_URI="http://http.us.debian.org/debian/pool/main/p/powerpc-utils/${PN}_${BASEVER}.orig.tar.gz
http://http.us.debian.org/debian/pool/main/p/powerpc-utils/${PN}_${BASEVER}-${DEBREV}.diff.gz
mirror://gentoo/${PN}-cleanup.patch.bz2"
@@ -44,10 +44,11 @@ src_compile() {
src_install() {
into /usr
dosbin autoboot backlight bootsched clock fblevel fdeject fnset
- dosbin macos mousemode nvsetenv nvsetvol nvvideo sndvolmix trackpad
+ dosbin macos mousemode nvsetvol nvvideo sndvolmix trackpad
doman autoboot.8 bootsched.8 clock.8 fblevel.8 fdeject.8 macos.8
- doman mousemode.8 nvsetenv.8 nvsetvol.8 nvvideo.8 sndvolmix.8 trackpad.8
+ doman mousemode.8 nvsetvol.8 nvvideo.8 sndvolmix.8 trackpad.8
- ewarn "The lsprop utility has been moved into the ibm-powerpc-utils package."
+ ewarn "The lsprop and nvsetenv utilities have been moved into the"
+ ewarn "sys-apps/ibm-powerpc-utils package."
}