diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-10-06 05:22:44 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-10-06 05:22:44 +0000 |
commit | 1706899fe8f9e6f72b13c8a81088027ee813cf48 (patch) | |
tree | 40b1fe6ec573e8580f09f408a0a37abeca035d7a /net-dialup/gnuradius | |
parent | New release: 2.12.1 (diff) | |
download | historical-1706899fe8f9e6f72b13c8a81088027ee813cf48.tar.gz historical-1706899fe8f9e6f72b13c8a81088027ee813cf48.tar.bz2 historical-1706899fe8f9e6f72b13c8a81088027ee813cf48.zip |
replace useq with use
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-dialup/gnuradius')
-rw-r--r-- | net-dialup/gnuradius/gnuradius-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/gnuradius/gnuradius-1.3.ebuild b/net-dialup/gnuradius/gnuradius-1.3.ebuild index a1dbc9257d7d..4b31813d463f 100644 --- a/net-dialup/gnuradius/gnuradius-1.3.ebuild +++ b/net-dialup/gnuradius/gnuradius-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.3.ebuild,v 1.5 2005/10/04 18:43:30 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.3.ebuild,v 1.6 2005/10/06 05:22:44 mrness Exp $ MY_P=radius-${PV} @@ -40,7 +40,7 @@ src_compile() { `use_enable debug` \ `use_enable static` " - if useq guile; then + if use guile; then myconf="$myconf --with-client --with-server-guile" fi |