summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-06-05 10:50:37 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-06-05 10:50:37 +0000
commitaa191a73f78e0b6e17205177983b8feb93246124 (patch)
tree26683b279cf4adc2096982fe486bc14e3c7db1af /sys-apps/dog/dog-1.7.ebuild
parentSecurity update (diff)
downloadhistorical-aa191a73f78e0b6e17205177983b8feb93246124.tar.gz
historical-aa191a73f78e0b6e17205177983b8feb93246124.tar.bz2
historical-aa191a73f78e0b6e17205177983b8feb93246124.zip
marking ~alpha
Diffstat (limited to 'sys-apps/dog/dog-1.7.ebuild')
-rw-r--r--sys-apps/dog/dog-1.7.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-apps/dog/dog-1.7.ebuild b/sys-apps/dog/dog-1.7.ebuild
index dc50b032bd18..9095884741cd 100644
--- a/sys-apps/dog/dog-1.7.ebuild
+++ b/sys-apps/dog/dog-1.7.ebuild
@@ -1,19 +1,22 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dog/dog-1.7.ebuild,v 1.1 2003/03/14 18:50:41 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dog/dog-1.7.ebuild,v 1.2 2003/06/05 10:50:17 taviso Exp $
DESCRIPTION="Dog is better than cat"
SRC_URI="http://jl.photodex.com/dog/${P}.tar.gz"
HOMEPAGE="http://jl.photodex.com/dog/"
+inherit ccc
+
IUSE=""
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~alpha"
src_unpack() {
unpack ${A}
cd ${S}; sed -i 's/^CFLAGS/#CFLAGS/' Makefile
+ is-ccc && sed -i "s/gcc/${CC:-gcc}/" Makefile
}
src_compile() {