diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-12-04 18:21:13 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-12-04 18:21:13 +0000 |
commit | 327927fe0858f9862b6f79f19b853fad5c5d1806 (patch) | |
tree | 5d9b2eee857907616f89c65954f021da353b041f /rox-extra/diff | |
parent | Fix up sqlite and sqlite3 use flags to pull in proper dependencies and use pr... (diff) | |
download | historical-327927fe0858f9862b6f79f19b853fad5c5d1806.tar.gz historical-327927fe0858f9862b6f79f19b853fad5c5d1806.tar.bz2 historical-327927fe0858f9862b6f79f19b853fad5c5d1806.zip |
Remove KEEP_SRC=true
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'rox-extra/diff')
-rw-r--r-- | rox-extra/diff/ChangeLog | 5 | ||||
-rw-r--r-- | rox-extra/diff/diff-2.1.4.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/rox-extra/diff/ChangeLog b/rox-extra/diff/ChangeLog index 982b7732fb95..7e0f12fe09b4 100644 --- a/rox-extra/diff/ChangeLog +++ b/rox-extra/diff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for rox-extra/diff # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/diff/ChangeLog,v 1.7 2006/11/20 18:20:12 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/diff/ChangeLog,v 1.8 2006/12/04 18:21:13 lack Exp $ + + 04 Dec 2006; Jim Ramsay <lack@gentoo.org> diff-2.1.4.ebuild: + Remove KEEP_SRC=true 20 Nov 2006; Christian Faulhammer <opfer@gentoo.org> diff-2.1.4.ebuild: stable x86, bug #155521 diff --git a/rox-extra/diff/diff-2.1.4.ebuild b/rox-extra/diff/diff-2.1.4.ebuild index 577b684263aa..9deefda44c6a 100644 --- a/rox-extra/diff/diff-2.1.4.ebuild +++ b/rox-extra/diff/diff-2.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/diff/diff-2.1.4.ebuild,v 1.3 2006/11/20 18:20:12 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/diff/diff-2.1.4.ebuild,v 1.4 2006/12/04 18:21:13 lack Exp $ ROX_CLIB_VER=2.1.8 inherit rox @@ -15,8 +15,6 @@ SLOT="0" IUSE="" KEYWORDS="x86" -KEEP_SRC=true - APPNAME=${MY_PN} S=${WORKDIR} |