summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristopher Kersey <augustus@gentoo.org>2004-02-09 07:40:43 +0000
committerKristopher Kersey <augustus@gentoo.org>2004-02-09 07:40:43 +0000
commit5088382ab2f14b103ea5908e6ae57a33e8e83851 (patch)
treede0f766c57b8f432f0f8536946ab5817387278cf /media-libs/plotutils/plotutils-2.4.1-r2.ebuild
parentadded amd64 keyword. (diff)
downloadhistorical-5088382ab2f14b103ea5908e6ae57a33e8e83851.tar.gz
historical-5088382ab2f14b103ea5908e6ae57a33e8e83851.tar.bz2
historical-5088382ab2f14b103ea5908e6ae57a33e8e83851.zip
Added ~amd64 to keywords and elibtoolize to src_compile.
Diffstat (limited to 'media-libs/plotutils/plotutils-2.4.1-r2.ebuild')
-rw-r--r--media-libs/plotutils/plotutils-2.4.1-r2.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/media-libs/plotutils/plotutils-2.4.1-r2.ebuild b/media-libs/plotutils/plotutils-2.4.1-r2.ebuild
index 11e6e4448d30..458f7de26338 100644
--- a/media-libs/plotutils/plotutils-2.4.1-r2.ebuild
+++ b/media-libs/plotutils/plotutils-2.4.1-r2.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.15 2004/02/06 17:30:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.4.1-r2.ebuild,v 1.16 2004/02/09 07:40:43 augustus Exp $
IUSE="X"
+inherit libtool
+
#The plotutils package contains extra X fonts. These fonts are not installed
#in the current ebuild. The commented out ebuild lines below are for future
#reference when this ebuild may be updated to install the fonts.
@@ -18,7 +20,7 @@ HOMEPAGE="http://www.gnu.org/software/plotutils/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc alpha"
+KEYWORDS="x86 ppc sparc alpha ~amd64"
DEPEND="media-libs/libpng
X? ( virtual/x11 )"
@@ -39,6 +41,7 @@ src_unpack() {
}
src_compile() {
+ elibtoolize
#enable build of C++ version
local myconf="--enable-libplotter"