diff options
author | Joe McCann <joem@gentoo.org> | 2005-02-05 00:41:58 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2005-02-05 00:41:58 +0000 |
commit | 1c2e840f6a05d5a3c9d7d6f2cec9ff149a884778 (patch) | |
tree | 909b8344bc1109219b893cdd699c635b841e8a40 /app-text | |
parent | Symlink '../share/man /usr/X11R6/man' doesn't really make sense anymore -- re... (diff) | |
download | gentoo-2-1c2e840f6a05d5a3c9d7d6f2cec9ff149a884778.tar.gz gentoo-2-1c2e840f6a05d5a3c9d7d6f2cec9ff149a884778.tar.bz2 gentoo-2-1c2e840f6a05d5a3c9d7d6f2cec9ff149a884778.zip |
removing USE_DESTDIR since it seems to cause sandbox issues in bug 80543
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ggv/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/ggv/ggv-2.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/ggv/ChangeLog b/app-text/ggv/ChangeLog index cd9a5fb7954b..fc5190896083 100644 --- a/app-text/ggv/ChangeLog +++ b/app-text/ggv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/ggv # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ChangeLog,v 1.84 2005/02/03 02:08:03 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ChangeLog,v 1.85 2005/02/05 00:41:58 joem Exp $ + + 04 Feb 2005; Joe McCann <joem@gentoo.org> ggv-2.8.3.ebuild: + removing USE_DESTDIR since it seems to cause sandbox issues in bug 80543 *ggv-2.8.3 (02 Feb 2005) diff --git a/app-text/ggv/ggv-2.8.3.ebuild b/app-text/ggv/ggv-2.8.3.ebuild index 1bae1c224cfb..ac7859728c74 100644 --- a/app-text/ggv/ggv-2.8.3.ebuild +++ b/app-text/ggv/ggv-2.8.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/app-text/ggv/ggv-2.8.3.ebuild,v 1.1 2005/02/03 02:08:03 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-2.8.3.ebuild,v 1.2 2005/02/05 00:41:58 joem Exp $ inherit gnome2 @@ -25,4 +25,4 @@ DEPEND="${RDEPEND} PROVIDE="virtual/psviewer" DOCS="AUTHORS ChangeLog MAINTAINERS TODO README" -USE_DESTDIR="1" + |