diff options
author | Michael Januszewski <spock@gentoo.org> | 2007-12-23 12:22:05 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2007-12-23 12:22:05 +0000 |
commit | fb34d455a1d131797545098ccf304a4d8ff609f2 (patch) | |
tree | ec6ddea55cb8d699624e3be8caac36ceadf432ba /media-gfx/splashutils | |
parent | Version bump (diff) | |
download | gentoo-2-fb34d455a1d131797545098ccf304a4d8ff609f2.tar.gz gentoo-2-fb34d455a1d131797545098ccf304a4d8ff609f2.tar.bz2 gentoo-2-fb34d455a1d131797545098ccf304a4d8ff609f2.zip |
Add info about the fbcondecor USE flag for users upgrading from pre-1.5.3 versions (bug #202686).
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'media-gfx/splashutils')
-rw-r--r-- | media-gfx/splashutils/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.3.2.ebuild | 10 |
2 files changed, 15 insertions, 2 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog index c18ed7169f75..abac9d107719 100644 --- a/media-gfx/splashutils/ChangeLog +++ b/media-gfx/splashutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/splashutils # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.121 2007/12/21 15:09:30 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.122 2007/12/23 12:22:05 spock Exp $ + + 23 Dec 2007; Michał Januszewski <spock@gentoo.org> + splashutils-1.5.3.2.ebuild: + Add info about the fbcondecor USE flag for users upgrading from pre-1.5.3 + versions (bug #202686). 21 Dec 2007; nixnut <nixnut@gentoo.org> splashutils-1.5.2.1.ebuild: Stable on ppc wrt bug 195443 diff --git a/media-gfx/splashutils/splashutils-1.5.3.2.ebuild b/media-gfx/splashutils/splashutils-1.5.3.2.ebuild index 02b177ccd708..1ab68798be4f 100644 --- a/media-gfx/splashutils/splashutils-1.5.3.2.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.2.ebuild,v 1.1 2007/12/16 19:08:22 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.3.2.ebuild,v 1.2 2007/12/23 12:22:05 spock Exp $ inherit eutils multilib toolchain-funcs @@ -161,6 +161,14 @@ pkg_postinst() { elog "" fi + if has_version '<media-gfx/splashutils-1.5.3' && ! use fbcondecor ; then + elog "Starting with splashutils-1.5.3, support for the fbcondecor kernel patch" + elog "is optional and dependent on the the 'fbcondecor' USE flag. If you wish" + elog "to use fbcondecor, run:" + elog " echo \"media-gfx/splashutils fbcondecor\" >> /etc/portage/package.use" + elog "and re-emerge splashutils." + fi + if ! test -f /proc/cmdline || ! egrep -q '(console|CONSOLE)=(tty1|/dev/tty1)' /proc/cmdline ; then elog "It is required that you add 'console=tty1' to your kernel" |