diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-06-02 00:56:33 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-06-02 00:56:33 +0000 |
commit | 9459582563e4b7c0ff638e45fcf5317a5309df28 (patch) | |
tree | 6b428de28e9a962273232939711695c0394704f1 /app-misc | |
parent | Initial import from sunrise (bug #357981). Thanks to Michael Orlitzky for som... (diff) | |
download | gentoo-2-9459582563e4b7c0ff638e45fcf5317a5309df28.tar.gz gentoo-2-9459582563e4b7c0ff638e45fcf5317a5309df28.tar.bz2 gentoo-2-9459582563e4b7c0ff638e45fcf5317a5309df28.zip |
Use append-cflags explicitly instead of append-flags.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/reptyr/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/reptyr/reptyr-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/reptyr/ChangeLog b/app-misc/reptyr/ChangeLog index 687281e1bc28..c1136c67d313 100644 --- a/app-misc/reptyr/ChangeLog +++ b/app-misc/reptyr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/reptyr # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v 1.1 2011/06/02 00:52:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/ChangeLog,v 1.2 2011/06/02 00:56:33 radhermit Exp $ + + 02 Jun 2011; Tim Harder <radhermit@gentoo.org> reptyr-0.3.ebuild: + Use append-cflags explicitly instead of append-flags. *reptyr-0.3 (02 Jun 2011) diff --git a/app-misc/reptyr/reptyr-0.3.ebuild b/app-misc/reptyr/reptyr-0.3.ebuild index a2ca9e7d8a11..1be24a10773e 100644 --- a/app-misc/reptyr/reptyr-0.3.ebuild +++ b/app-misc/reptyr/reptyr-0.3.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-misc/reptyr/reptyr-0.3.ebuild,v 1.1 2011/06/02 00:52:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/reptyr/reptyr-0.3.ebuild,v 1.2 2011/06/02 00:56:33 radhermit Exp $ EAPI=4 @@ -21,7 +21,7 @@ src_unpack() { } src_compile() { - append-flags -D_GNU_SOURCE + append-cflags -D_GNU_SOURCE emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" } |