summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-11-19 18:09:28 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-11-19 18:09:28 +0000
commit7257d85c10e4cb264187563a4ea15f28f146b450 (patch)
tree4b0275b2caaa652f1728f548402494d5cac8fc10 /dev-cpp/gflags/gflags-2.0.ebuild
parentVersion bump. (diff)
downloadhistorical-7257d85c10e4cb264187563a4ea15f28f146b450.tar.gz
historical-7257d85c10e4cb264187563a4ea15f28f146b450.tar.bz2
historical-7257d85c10e4cb264187563a4ea15f28f146b450.zip
Keyworded ~amd64-linux and ~x86-linux
Package-Manager: portage-2.2.01.21313-prefix/cvs/Linux x86_64 Manifest-Sign-Key: 0x13CB1360
Diffstat (limited to 'dev-cpp/gflags/gflags-2.0.ebuild')
-rw-r--r--dev-cpp/gflags/gflags-2.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/gflags/gflags-2.0.ebuild b/dev-cpp/gflags/gflags-2.0.ebuild
index 4c355a6e1518..df0f13d2a1a4 100644
--- a/dev-cpp/gflags/gflags-2.0.ebuild
+++ b/dev-cpp/gflags/gflags-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.0.ebuild,v 1.2 2012/02/16 23:30:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.0.ebuild,v 1.3 2012/11/19 18:09:19 bicatali Exp $
EAPI="3"
@@ -10,7 +10,7 @@ SRC_URI="http://gflags.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
src_configure() {
@@ -20,7 +20,7 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die
- rm -rf "${D}"/usr/share/doc/*
+ rm -rf "${ED}"/usr/share/doc/*
dodoc AUTHORS ChangeLog NEWS README
dohtml doc/*
}