diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-06-15 02:19:00 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-06-15 02:19:00 +0000 |
commit | 24e0b833e9f011063d3009719456fc8374a619e9 (patch) | |
tree | 6ea4a4c6a35ab1e094a3c7667e1f37c5b93d5a43 /dev-util/alleyoop/alleyoop-0.8.2.ebuild | |
parent | Fix use invocation (diff) | |
download | historical-24e0b833e9f011063d3009719456fc8374a619e9.tar.gz historical-24e0b833e9f011063d3009719456fc8374a619e9.tar.bz2 historical-24e0b833e9f011063d3009719456fc8374a619e9.zip |
x86 stable. Removed surplus dependancies
Diffstat (limited to 'dev-util/alleyoop/alleyoop-0.8.2.ebuild')
-rw-r--r-- | dev-util/alleyoop/alleyoop-0.8.2.ebuild | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/dev-util/alleyoop/alleyoop-0.8.2.ebuild b/dev-util/alleyoop/alleyoop-0.8.2.ebuild index d4cd37b7e483..5a60c17735e1 100644 --- a/dev-util/alleyoop/alleyoop-0.8.2.ebuild +++ b/dev-util/alleyoop/alleyoop-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.8.2.ebuild,v 1.3 2004/05/13 14:36:06 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.8.2.ebuild,v 1.4 2004/06/15 02:19:00 dragonheart Exp $ inherit gnome2 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/alleyoop/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc -sparc -alpha" +KEYWORDS="x86 ~ppc -sparc -alpha" IUSE="" RDEPEND=">=dev-libs/glib-2.2 @@ -20,17 +20,7 @@ RDEPEND=">=dev-libs/glib-2.2 >=gnome-base/libglade-2.2 sys-devel/binutils dev-util/valgrind - dev-libs/atk - dev-libs/expat - dev-libs/libxml2 - dev-libs/popt - gnome-base/ORBit2 - gnome-base/gnome-vfs - gnome-base/libbonoboui - virtual/glibc - sys-libs/zlib - virtual/x11 - x11-libs/pango" + virtual/glibc" DEPEND="${RDEPEND} dev-util/pkgconfig" |