diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-03-02 21:24:59 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-03-02 21:24:59 +0000 |
commit | 11a5fcd18f824c89830b57d2a9b6e598e8b7e600 (patch) | |
tree | b133e86990db3a64f41fef9fa1f6ed4839c69249 /dev-vcs/subversion | |
parent | Marking cmake-2.8.6-r4 ppc64 for bug 391425 (diff) | |
download | gentoo-2-11a5fcd18f824c89830b57d2a9b6e598e8b7e600.tar.gz gentoo-2-11a5fcd18f824c89830b57d2a9b6e598e8b7e600.tar.bz2 gentoo-2-11a5fcd18f824c89830b57d2a9b6e598e8b7e600.zip |
Drop Solaris flag trickery for neon, neon itself is fixed now (force for kde-libs dependency complaints)
(Portage version: 2.2.01.20153-prefix/cvs/SunOS i386, RepoMan options: --force)
Diffstat (limited to 'dev-vcs/subversion')
-rw-r--r-- | dev-vcs/subversion/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/subversion/subversion-1.7.2.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/dev-vcs/subversion/ChangeLog b/dev-vcs/subversion/ChangeLog index 78070cb8adff..5f7a82a0e30a 100644 --- a/dev-vcs/subversion/ChangeLog +++ b/dev-vcs/subversion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/subversion # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.70 2012/02/11 19:37:08 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.71 2012/03/02 21:24:59 grobian Exp $ + + 02 Mar 2012; Fabian Groffen <grobian@gentoo.org> subversion-1.7.2.ebuild: + Drop Solaris flag trickery for neon, neon itself is fixed now 11 Feb 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> -subversion-1.6.17.ebuild, -subversion-1.6.17-r6.ebuild: diff --git a/dev-vcs/subversion/subversion-1.7.2.ebuild b/dev-vcs/subversion/subversion-1.7.2.ebuild index 1a548dcdbac0..ba1ca3e8bd4c 100644 --- a/dev-vcs/subversion/subversion-1.7.2.ebuild +++ b/dev-vcs/subversion/subversion-1.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.2.ebuild,v 1.1 2012/01/14 19:46:34 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.2.ebuild,v 1.2 2012/03/02 21:24:59 grobian Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -150,10 +150,6 @@ src_configure() { fi case ${CHOST} in - *-solaris*) - # -lintl isn't added for some reason (makes Neon check fail) - use nls && append-libs -lintl - ;; *-aix*) # avoid recording immediate path to sharedlibs into executables append-ldflags -Wl,-bnoipath |