diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-12-29 23:50:43 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-12-29 23:50:43 +0000 |
commit | c1a5905b239cc5f0843ba96b80294e17ec543ac3 (patch) | |
tree | 1e74d92aa95a17090a3e6dd146f65f4431f89ec0 /x11-plugins | |
parent | stable on x86, bug #154336 (diff) | |
download | gentoo-2-c1a5905b239cc5f0843ba96b80294e17ec543ac3.tar.gz gentoo-2-c1a5905b239cc5f0843ba96b80294e17ec543ac3.tar.bz2 gentoo-2-c1a5905b239cc5f0843ba96b80294e17ec543ac3.zip |
Reverting change to dbus as I was misinformed and didn't actually test it myself to see if the fix worked...bad tsunam, always test
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/beryl-dbus/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/beryl-dbus/beryl-dbus-0.1.4.ebuild | 9 |
2 files changed, 3 insertions, 11 deletions
diff --git a/x11-plugins/beryl-dbus/ChangeLog b/x11-plugins/beryl-dbus/ChangeLog index ce79e50ad5f0..66d081b52575 100644 --- a/x11-plugins/beryl-dbus/ChangeLog +++ b/x11-plugins/beryl-dbus/ChangeLog @@ -1,9 +1,6 @@ # ChangeLog for x11-plugins/beryl-dbus # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-dbus/ChangeLog,v 1.8 2006/12/29 18:50:21 tsunam Exp $ - - 29 Dec 2006; Joshua Jackson <tsunam@gentoo.org> beryl-dbus-0.1.4.ebuild: - fix for languages causing failures, bug #159412 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-dbus/ChangeLog,v 1.9 2006/12/29 23:50:43 tsunam Exp $ *beryl-dbus-0.1.4 (28 Dec 2006) diff --git a/x11-plugins/beryl-dbus/beryl-dbus-0.1.4.ebuild b/x11-plugins/beryl-dbus/beryl-dbus-0.1.4.ebuild index ec6c84a9f066..864282a5b80b 100644 --- a/x11-plugins/beryl-dbus/beryl-dbus-0.1.4.ebuild +++ b/x11-plugins/beryl-dbus/beryl-dbus-0.1.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-dbus/beryl-dbus-0.1.4.ebuild,v 1.2 2006/12/29 18:50:21 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-dbus/beryl-dbus-0.1.4.ebuild,v 1.3 2006/12/29 23:50:43 tsunam Exp $ -inherit flag-o-matic gnome2 +inherit flag-o-matic DESCRIPTION="Beryl Window Decorator Dbus Plugin" HOMEPAGE="http://beryl-project.org" @@ -18,11 +18,6 @@ DEPEND="=x11-plugins/beryl-plugins-${PV} MAKEOPTS="${MAKEOPTS} -j1" -src_unpack() { - gnome2_src_unpack - intltoolize --force || die "intltool failed" -} - src_compile() { filter-ldflags -znow -z,now -Wl,-znow -Wl,-z,now econf || die "econf failed" |