diff options
author | 2003-02-09 12:35:04 +0000 | |
---|---|---|
committer | 2003-02-09 12:35:04 +0000 | |
commit | f2b37dafb1ae65751f4c29dbe65c0193e8a8259c (patch) | |
tree | 409425c3967ecc30925f9903cc518245a3f78e41 /sys-apps/fbset/fbset-2.1.ebuild | |
parent | Conditionally apply the gcc3 patch. resolves bug 13580. (diff) | |
download | historical-f2b37dafb1ae65751f4c29dbe65c0193e8a8259c.tar.gz historical-f2b37dafb1ae65751f4c29dbe65c0193e8a8259c.tar.bz2 historical-f2b37dafb1ae65751f4c29dbe65c0193e8a8259c.zip |
added } back in
Diffstat (limited to 'sys-apps/fbset/fbset-2.1.ebuild')
-rw-r--r-- | sys-apps/fbset/fbset-2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild index 2ee3d6fa89e1..27670023edc7 100644 --- a/sys-apps/fbset/fbset-2.1.ebuild +++ b/sys-apps/fbset/fbset-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fbset/fbset-2.1.ebuild,v 1.15 2003/02/09 00:52:21 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fbset/fbset-2.1.ebuild,v 1.16 2003/02/09 12:35:04 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A utility to set the framebuffer videomode" @@ -21,4 +21,4 @@ src_install() { doman *.[58] dodoc etc/fb.modes.* dodoc INSTALL - +} |