diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2004-06-02 17:51:50 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2004-06-02 17:51:50 +0000 |
commit | 90e6a27a7274973b288bbd1661da45b5ba5eef85 (patch) | |
tree | e5c263ca243c286eeb44a669d2dcd66f0334cdf1 /gnome-base/gnome-common | |
parent | Added blocker for kudzu. (Manifest recommit) (diff) | |
download | gentoo-2-90e6a27a7274973b288bbd1661da45b5ba5eef85.tar.gz gentoo-2-90e6a27a7274973b288bbd1661da45b5ba5eef85.tar.bz2 gentoo-2-90e6a27a7274973b288bbd1661da45b5ba5eef85.zip |
Added missing IUSE var, and inherit from gnome.org.eclass
Diffstat (limited to 'gnome-base/gnome-common')
-rw-r--r-- | gnome-base/gnome-common/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/gnome-base/gnome-common/ChangeLog b/gnome-base/gnome-common/ChangeLog index 01119ade6138..fe500f51604b 100644 --- a/gnome-base/gnome-common/ChangeLog +++ b/gnome-base/gnome-common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gnome-common # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.15 2004/05/29 03:46:49 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.16 2004/06/02 17:51:50 leonardop Exp $ + + 02 Jun 2004; L. Boshell <leonardop@gentoo.org> gnome-common-1.2.4-r3.ebuild: + Added IUSE var. Inherit from gnome.org.eclass. 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> gnome-common-2.4.0.ebuild: diff --git a/gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild b/gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild index 8563d1e7e7ba..af82fa4f6458 100644 --- a/gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild +++ b/gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild,v 1.17 2004/05/14 03:56:54 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-1.2.4-r3.ebuild,v 1.18 2004/06/02 17:51:50 leonardop Exp $ -inherit flag-o-matic +inherit flag-o-matic gnome.org # Do _NOT_ strip symbols in the build! RESTRICT="nostrip" append-flags -g DESCRIPTION="Some Common files for Gnome2 applications" HOMEPAGE="http://www.gnome.org/" -SRC_URI="ftp://ftp.gnome.org/pub/gnome/sources/${PN}/1.2/${P}.tar.bz2" LICENSE="GPL-2" SLOT="2" KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips" +IUSE="" RDEPEND=">=dev-libs/glib-2.0.0" DEPEND="${RDEPEND} |