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
commit15e33a95517562c593e1216a4d989e041e219e9e (patch)
treeaf7b74e85c6b79fd5c26fc0c6183120bd29d5b3b /media-libs
parentadded amd64 keyword. (Manifest recommit) (diff)
downloadgentoo-2-15e33a95517562c593e1216a4d989e041e219e9e.tar.gz
gentoo-2-15e33a95517562c593e1216a4d989e041e219e9e.tar.bz2
gentoo-2-15e33a95517562c593e1216a4d989e041e219e9e.zip
Added ~amd64 to keywords and elibtoolize to src_compile.
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/plotutils/ChangeLog5
-rw-r--r--media-libs/plotutils/plotutils-2.4.1-r2.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/plotutils/ChangeLog b/media-libs/plotutils/ChangeLog
index f8ae151816de..715d8342370c 100644
--- a/media-libs/plotutils/ChangeLog
+++ b/media-libs/plotutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/plotutils
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.11 2004/02/06 17:30:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.12 2004/02/09 07:40:43 augustus Exp $
+
+ 09 Feb 2004; <augustus@gentoo.org> plotutils-2.4.1-r2.ebuild:
+ Added elibtoolize to src_compile and ~amd64 to keywords.
06 Feb 2004; Aron Griffis <agriffis@gentoo.org> plotutils-2.4.1-r2.ebuild:
stable on alpha
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"