diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-19 17:52:53 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-19 17:52:53 +0000 |
commit | ce9bf99d9ebc7e19bde8e8b4eff29403d44f758f (patch) | |
tree | 55ff55d0f65cd0f70cdb9a4404c804192569cbdc /app-misc | |
parent | Bump to 0.0.4 (diff) | |
download | gentoo-2-ce9bf99d9ebc7e19bde8e8b4eff29403d44f758f.tar.gz gentoo-2-ce9bf99d9ebc7e19bde8e8b4eff29403d44f758f.tar.bz2 gentoo-2-ce9bf99d9ebc7e19bde8e8b4eff29403d44f758f.zip |
Drop no longer existing elibc_IRIX flag
(Portage version: 2.2.01.19941-prefix/cvs/Darwin i386)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/realpath/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/realpath/realpath-1.15-r3.ebuild | 3 | ||||
-rw-r--r-- | app-misc/realpath/realpath-1.16.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/app-misc/realpath/ChangeLog b/app-misc/realpath/ChangeLog index 627e7f3374f1..2933a68fa728 100644 --- a/app-misc/realpath/ChangeLog +++ b/app-misc/realpath/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/realpath # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.18 2011/10/19 03:53:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.19 2011/12/19 17:52:53 grobian Exp $ + + 19 Dec 2011; Fabian Groffen <grobian@gentoo.org> realpath-1.15-r3.ebuild, + realpath-1.16.ebuild: + Drop no longer existing elibc_IRIX flag 19 Oct 2011; Tim Harder <radhermit@gentoo.org> realpath-1.15-r1.ebuild, realpath-1.15-r3.ebuild, realpath-1.16.ebuild: diff --git a/app-misc/realpath/realpath-1.15-r3.ebuild b/app-misc/realpath/realpath-1.15-r3.ebuild index bdb3436bcd9b..69c637b29144 100644 --- a/app-misc/realpath/realpath-1.15-r3.ebuild +++ b/app-misc/realpath/realpath-1.15-r3.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/realpath/realpath-1.15-r3.ebuild,v 1.3 2011/10/19 03:53:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r3.ebuild,v 1.4 2011/12/19 17:52:53 grobian Exp $ EAPI="3" inherit eutils toolchain-funcs flag-o-matic prefix @@ -19,7 +19,6 @@ RDEPEND="!sys-freebsd/freebsd-bin nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) - elibc_IRIX? ( dev-libs/gnulib ) x86-interix? ( dev-libs/gnulib ) elibc_mintlib? ( virtual/libiconv )" diff --git a/app-misc/realpath/realpath-1.16.ebuild b/app-misc/realpath/realpath-1.16.ebuild index 6e50ebae689c..897392abf01c 100644 --- a/app-misc/realpath/realpath-1.16.ebuild +++ b/app-misc/realpath/realpath-1.16.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/realpath/realpath-1.16.ebuild,v 1.3 2011/10/19 03:53:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.16.ebuild,v 1.4 2011/12/19 17:52:53 grobian Exp $ EAPI="3" inherit eutils toolchain-funcs flag-o-matic prefix @@ -20,7 +20,6 @@ RDEPEND="!sys-freebsd/freebsd-bin nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) - elibc_IRIX? ( dev-libs/gnulib ) x86-interix? ( dev-libs/gnulib ) elibc_mintlib? ( virtual/libiconv )" |