diff options
author | Daniel Drake <dsd@gentoo.org> | 2005-04-09 14:42:18 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2005-04-09 14:42:18 +0000 |
commit | 44d129fcf56217f8168b72b63a818795936a1557 (patch) | |
tree | 2a5c699810c6a6c059944cfa7e515c3d2d0e2406 /net-misc/pavuk | |
parent | Remove ~sparc keyword. See Comments 3, 4 at Bug 97790 --- this version will ... (diff) | |
download | gentoo-2-44d129fcf56217f8168b72b63a818795936a1557.tar.gz gentoo-2-44d129fcf56217f8168b72b63a818795936a1557.tar.bz2 gentoo-2-44d129fcf56217f8168b72b63a818795936a1557.zip |
Fix sandbox violation on USE=nls
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/pavuk')
-rw-r--r-- | net-misc/pavuk/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/pavuk/pavuk-0.9.32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/pavuk/ChangeLog b/net-misc/pavuk/ChangeLog index 6a34db500def..a2bc8473dc17 100644 --- a/net-misc/pavuk/ChangeLog +++ b/net-misc/pavuk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/pavuk # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pavuk/ChangeLog,v 1.19 2005/04/05 21:13:56 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pavuk/ChangeLog,v 1.20 2005/04/09 14:42:18 dsd Exp $ + + 09 Apr 2005; Daniel Drake <dsd@gentoo.org> pavuk-0.9.32.ebuild: + Fix sandbox violation on USE=nls 05 Apr 2005; Daniel Drake <dsd@gentoo.org> pavuk-0.9.32.ebuild: Stable on x86 for security diff --git a/net-misc/pavuk/pavuk-0.9.32.ebuild b/net-misc/pavuk/pavuk-0.9.32.ebuild index d52ae4483387..a7874bf2e8c9 100644 --- a/net-misc/pavuk/pavuk-0.9.32.ebuild +++ b/net-misc/pavuk/pavuk-0.9.32.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-misc/pavuk/pavuk-0.9.32.ebuild,v 1.2 2005/04/05 21:13:56 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pavuk/pavuk-0.9.32.ebuild,v 1.3 2005/04/09 14:42:18 dsd Exp $ inherit eutils @@ -47,7 +47,7 @@ src_install() { sed -i 's:Type=Internet:Type=Application:' pavuk.desktop fi - einstall || die + make install DESTDIR=${D} dodoc README CREDITS FAQ NEWS AUTHORS BUGS \ TODO MAILINGLIST ChangeLog wget-pavuk.HOWTO jsbind.txt \ |