diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2008-02-13 12:55:45 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2008-02-13 12:55:45 +0000 |
commit | ba853368b9ca6b5775c71d572cfea26fe8d9c45c (patch) | |
tree | 7c219bd6f93b943a1dac14e9996d8e7acee8cc60 /net-nds/tac_plus/tac_plus-4.0.4.14.ebuild | |
parent | alpha stable wrt #209942 (diff) | |
download | gentoo-2-ba853368b9ca6b5775c71d572cfea26fe8d9c45c.tar.gz gentoo-2-ba853368b9ca6b5775c71d572cfea26fe8d9c45c.tar.bz2 gentoo-2-ba853368b9ca6b5775c71d572cfea26fe8d9c45c.zip |
Version bump. Mark 4.0.4.14 stable on X86. Add ~AMD64 & ~PPC keywords, tested on a quad-core Opteron and a PowerBook 5,9 respectively.
(Portage version: 2.1.4)
Diffstat (limited to 'net-nds/tac_plus/tac_plus-4.0.4.14.ebuild')
-rw-r--r-- | net-nds/tac_plus/tac_plus-4.0.4.14.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-nds/tac_plus/tac_plus-4.0.4.14.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.14.ebuild index dd479ea66a52..840b4ddd5aa6 100644 --- a/net-nds/tac_plus/tac_plus-4.0.4.14.ebuild +++ b/net-nds/tac_plus/tac_plus-4.0.4.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/tac_plus/tac_plus-4.0.4.14.ebuild,v 1.1 2007/01/03 13:09:37 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/tac_plus/tac_plus-4.0.4.14.ebuild,v 1.2 2008/02/13 12:55:45 chainsaw Exp $ MY_P="tacacs+-F${PV}" S="${WORKDIR}/${MY_P}" @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.shrubbery.net/pub/tac_plus/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ~amd64" IUSE="debug finger tcpd skey" DEPEND="skey? ( >=app-admin/skey-1.1.5-r1 ) @@ -30,8 +30,8 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die dodoc CHANGES FAQ - newinitd ${FILESDIR}/tac_plus.init tac_plus - newconfd ${FILESDIR}/tac_plus.confd tac_plus + newinitd "${FILESDIR}/tac_plus.init" tac_plus + newconfd "${FILESDIR}/tac_plus.confd" tac_plus insinto /etc/tac_plus - newins ${FILESDIR}/tac_plus.conf tac_plus.conf || die + newins "${FILESDIR}/tac_plus.conf" tac_plus.conf || die } |