diff options
author | Daniel Black <dragonheart@gentoo.org> | 2007-02-16 22:18:13 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2007-02-16 22:18:13 +0000 |
commit | 8d652d6826c56b0f41c7b6ff5ecf1b4e69d2ee9e (patch) | |
tree | 06311979a64dc65580dc5fd03afc9a014ffbd6ee /app-crypt | |
parent | abuse ROT - bug #167240 (diff) | |
download | gentoo-2-8d652d6826c56b0f41c7b6ff5ecf1b4e69d2ee9e.tar.gz gentoo-2-8d652d6826c56b0f41c7b6ff5ecf1b4e69d2ee9e.tar.bz2 gentoo-2-8d652d6826c56b0f41c7b6ff5ecf1b4e69d2ee9e.zip |
abuse ROT - bug #167240
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/cryptplug/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-crypt/cryptplug/ChangeLog b/app-crypt/cryptplug/ChangeLog index b56501b453a6..82efcc799bbb 100644 --- a/app-crypt/cryptplug/ChangeLog +++ b/app-crypt/cryptplug/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/cryptplug # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptplug/ChangeLog,v 1.30 2007/02/08 21:08:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptplug/ChangeLog,v 1.31 2007/02/16 22:18:13 dragonheart Exp $ + + 16 Feb 2007; Daniel Black <dragonheart@gentoo.org> + cryptplug-0.3.16-r1.ebuild: + don't abuse ROOT - bug #167240 08 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild b/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild index 815d8f9e1366..3373fb054090 100644 --- a/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild +++ b/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild,v 1.13 2005/08/07 09:46:21 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild,v 1.14 2007/02/16 22:18:13 dragonheart Exp $ inherit eutils @@ -28,7 +28,7 @@ src_unpack() { } src_compile() { - export GPGME_CONFIG=${ROOT}/usr/bin/gpgme3-config + export GPGME_CONFIG=/usr/bin/gpgme3-config econf || die "configure failed" emake || die "make failed" } |