diff options
Diffstat (limited to 'dev-util/patchelf/patchelf-0.6-r1.ebuild')
-rw-r--r-- | dev-util/patchelf/patchelf-0.6-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/patchelf/patchelf-0.6-r1.ebuild b/dev-util/patchelf/patchelf-0.6-r1.ebuild index 09f376cb83ea..d365f561393d 100644 --- a/dev-util/patchelf/patchelf-0.6-r1.ebuild +++ b/dev-util/patchelf/patchelf-0.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.6-r1.ebuild,v 1.1 2013/02/04 15:59:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchelf/patchelf-0.6-r1.ebuild,v 1.2 2014/05/01 13:44:11 jlec Exp $ EAPI=5 @@ -10,7 +10,7 @@ inherit autotools-utils NUMBER="1524660" -DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executables." +DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executables" HOMEPAGE="http://nixos.org/patchelf.html" SRC_URI="http://hydra.nixos.org/build/${NUMBER}/download/2/${P}.tar.bz2" |