diff options
author | 2006-11-12 04:28:55 +0000 | |
---|---|---|
committer | 2006-11-12 04:28:55 +0000 | |
commit | 0085fdfa81ede6cb7621a8d607f7be2d056acb76 (patch) | |
tree | 0d2303dec46d57d91244628543fd755782a6f203 /dev-util/gob | |
parent | arm/s390/sh love #138286 (diff) | |
download | gentoo-2-0085fdfa81ede6cb7621a8d607f7be2d056acb76.tar.gz gentoo-2-0085fdfa81ede6cb7621a8d607f7be2d056acb76.tar.bz2 gentoo-2-0085fdfa81ede6cb7621a8d607f7be2d056acb76.zip |
arm/sh love #138745
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'dev-util/gob')
-rw-r--r-- | dev-util/gob/gob-2.0.12.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-util/gob/gob-2.0.12.ebuild b/dev-util/gob/gob-2.0.12.ebuild index b1b72c9bd27e..a2636d6baf5e 100644 --- a/dev-util/gob/gob-2.0.12.ebuild +++ b/dev-util/gob/gob-2.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.12.ebuild,v 1.10 2006/08/16 16:29:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.12.ebuild,v 1.11 2006/11/12 04:28:55 vapier Exp $ inherit gnome2 @@ -9,21 +9,20 @@ MY_P=${MY_PN}-${PV} S=${WORKDIR}/${MY_P} PVP=(${PV//[-\._]/ }) -DESCRIPTION="Preprocessor for making GTK+ objects with inline C code." -SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" +DESCRIPTION="Preprocessor for making GTK+ objects with inline C code" HOMEPAGE="http://www.5z.com/jirka/gob.html" -IUSE="" +SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" -SLOT="2" LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +SLOT="2" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" +IUSE="" RDEPEND=">=dev-libs/glib-2" - DEPEND="${RDEPEND} dev-util/pkgconfig sys-devel/flex" -DOCS="AUTHORS COPYING.generated-code ChangeLog NEWS README TODO" +DOCS="AUTHORS ChangeLog NEWS README TODO" USE_DESTDIR="1" |