diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-29 14:03:56 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-29 14:03:56 +0000 |
commit | 48fb240224742ad30a3e8509b2b50b8f84669663 (patch) | |
tree | b46340cf51df1194417e53b3ce160da1db88994c /app-office/orage | |
parent | alpha stable wrt #339424 (diff) | |
download | gentoo-2-48fb240224742ad30a3e8509b2b50b8f84669663.tar.gz gentoo-2-48fb240224742ad30a3e8509b2b50b8f84669663.tar.bz2 gentoo-2-48fb240224742ad30a3e8509b2b50b8f84669663.zip |
Drop unnecessary src_configure phase, stuff gets moved from phase to phase
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'app-office/orage')
-rw-r--r-- | app-office/orage/orage-4.8.0.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-office/orage/orage-4.8.0.ebuild b/app-office/orage/orage-4.8.0.ebuild index 2c1ee5d0e01a..fa42f8590a03 100644 --- a/app-office/orage/orage-4.8.0.ebuild +++ b/app-office/orage/orage-4.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.0.ebuild,v 1.3 2011/01/29 14:02:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.0.ebuild,v 1.4 2011/01/29 14:03:56 ssuominen Exp $ EAPI=3 inherit flag-o-matic xfconf @@ -26,6 +26,8 @@ DEPEND="${RDEPEND} dev-util/intltool" pkg_setup() { + append-flags -I/usr/include/libical + has_version ">=x11-libs/libnotify-0.7" && append-cppflags -DHAVE_LIBNOTIFY_07 PATCHES=( "${FILESDIR}"/${P}-libnotify-0.7.patch ) @@ -41,8 +43,3 @@ pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README TODO" } - -src_configure() { - append-flags -I/usr/include/libical - xfconf_src_configure -} |