diff options
author | 2008-09-04 12:53:08 +0000 | |
---|---|---|
committer | 2008-09-04 12:53:08 +0000 | |
commit | 9378728f2715bac1e904f1f9a360744b2008205d (patch) | |
tree | 84eaccb41571d1313887db04d1a157baab520205 /x11-misc | |
parent | Unmasking hwsetup, livecd-tools and mkxf86config (diff) | |
download | gentoo-2-9378728f2715bac1e904f1f9a360744b2008205d.tar.gz gentoo-2-9378728f2715bac1e904f1f9a360744b2008205d.tar.bz2 gentoo-2-9378728f2715bac1e904f1f9a360744b2008205d.zip |
Unmasking and adding warning, on behalf of agaffney
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-hh1 i686)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/mkxf86config/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/mkxf86config/mkxf86config-0.9.10.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/x11-misc/mkxf86config/ChangeLog b/x11-misc/mkxf86config/ChangeLog index 4f02cc1eba73..f241711057e8 100644 --- a/x11-misc/mkxf86config/ChangeLog +++ b/x11-misc/mkxf86config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/mkxf86config # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/ChangeLog,v 1.40 2008/07/31 01:11:52 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/ChangeLog,v 1.41 2008/09/04 12:53:08 yngwin Exp $ + + 04 Sep 2008; Ben de Groot <yngwin@gentoo.org> mkxf86config-0.9.10.ebuild: + Unmasking and adding warning, on behalf of agaffney 31 Jul 2008; Chris Gianelloni <wolf31o2@gentoo.org> mkxf86config-0.9.10.ebuild: diff --git a/x11-misc/mkxf86config/mkxf86config-0.9.10.ebuild b/x11-misc/mkxf86config/mkxf86config-0.9.10.ebuild index 002f860a0de4..a0be1c4d68f9 100644 --- a/x11-misc/mkxf86config/mkxf86config-0.9.10.ebuild +++ b/x11-misc/mkxf86config/mkxf86config-0.9.10.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/x11-misc/mkxf86config/mkxf86config-0.9.10.ebuild,v 1.3 2008/07/31 01:11:52 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mkxf86config/mkxf86config-0.9.10.ebuild,v 1.4 2008/09/04 12:53:08 yngwin Exp $ inherit eutils @@ -15,6 +15,12 @@ IUSE="" RDEPEND="!mips? ( sys-apps/hwsetup )" +pkg_setup() { + ewarn "This package is designed for use on the LiveCD only and will do " + ewarn "unspeakably horrible and unexpected things on a normal system." + ewarn "YOU HAVE BEEN WARNED!!!" +} + src_install() { insinto /etc/X11 if use mips |