summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2008-06-14 16:00:15 +0000
committerJeroen Roovers <jer@gentoo.org>2008-06-14 16:00:15 +0000
commit575d20f90c24ff2ba58d4925f2046e519a9e5eb3 (patch)
treea26a07e01a64e954c19dd58c9f5441a9263a30f2 /x11-libs
parentPatch only Makefile.am and rerun autotools wrt #226667, thanks Diego (diff)
downloadgentoo-2-575d20f90c24ff2ba58d4925f2046e519a9e5eb3.tar.gz
gentoo-2-575d20f90c24ff2ba58d4925f2046e519a9e5eb3.tar.bz2
gentoo-2-575d20f90c24ff2ba58d4925f2046e519a9e5eb3.zip
Marked ~hppa too.
(Portage version: 2.1.5.4)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/agg/ChangeLog5
-rw-r--r--x11-libs/agg/agg-2.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/agg/ChangeLog b/x11-libs/agg/ChangeLog
index b4f776afceb8..bebcf27f4cb9 100644
--- a/x11-libs/agg/ChangeLog
+++ b/x11-libs/agg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/agg
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.9 2008/03/11 20:35:41 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.10 2008/06/14 16:00:15 jer Exp $
+
+ 14 Jun 2008; Jeroen Roovers <jer@gentoo.org> agg-2.5.ebuild:
+ Marked ~hppa too.
11 Mar 2008; Stefan Schweizer <genstef@gentoo.org> agg-2.5.ebuild:
eautoreconf to src_unpack, bug 207483
diff --git a/x11-libs/agg/agg-2.5.ebuild b/x11-libs/agg/agg-2.5.ebuild
index 1ac95b5e9b0b..7b6548d47d47 100644
--- a/x11-libs/agg/agg-2.5.ebuild
+++ b/x11-libs/agg/agg-2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.8 2008/03/11 20:35:41 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.9 2008/06/14 16:00:15 jer Exp $
inherit eutils autotools
@@ -9,7 +9,7 @@ HOMEPAGE="http://antigrain.com/"
SRC_URI="http://antigrain.com/${P}.tar.gz"
LICENSE="X11"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="sdl truetype X"
RDEPEND="sdl? ( >=media-libs/libsdl-1.2.0 )