diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-01 12:46:32 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-01 12:46:32 +0000 |
commit | d1262a2e44b34ca96ba1c2e8652aa964b9926c88 (patch) | |
tree | 1381816b38cae0e5e5c183278be3fb78d518228e /x11-apps/xfontsel | |
parent | static-libs useflag is not required on x11-apps at all so drop it in eclass r... (diff) | |
download | gentoo-2-d1262a2e44b34ca96ba1c2e8652aa964b9926c88.tar.gz gentoo-2-d1262a2e44b34ca96ba1c2e8652aa964b9926c88.tar.bz2 gentoo-2-d1262a2e44b34ca96ba1c2e8652aa964b9926c88.zip |
Drop useless XORG_STATIC=no definitions.
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xfontsel')
-rw-r--r-- | x11-apps/xfontsel/xfontsel-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/xfontsel/xfontsel-1.0.3.ebuild b/x11-apps/xfontsel/xfontsel-1.0.3.ebuild index c6cac60daebc..8b3e87c7050d 100644 --- a/x11-apps/xfontsel/xfontsel-1.0.3.ebuild +++ b/x11-apps/xfontsel/xfontsel-1.0.3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/xfontsel-1.0.3.ebuild,v 1.1 2010/09/27 09:39:26 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/xfontsel-1.0.3.ebuild,v 1.2 2010/11/01 12:46:28 scarabeus Exp $ EAPI=3 -XORG_STATIC=no + inherit xorg-2 DESCRIPTION="point and click selection of X11 font names" |