summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2009-03-06 18:48:28 +0000
committerAlin Năstac <mrness@gentoo.org>2009-03-06 18:48:28 +0000
commit877a1ca574026189ad58f8f764f69ef43b852f39 (patch)
treef6c260317bb89b27f8bc9708c961f581a3365dff /net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild
parentAvoid user-installed NVIDIA TEXTOOLS install (bug #261474) (diff)
downloadhistorical-877a1ca574026189ad58f8f764f69ef43b852f39.tar.gz
historical-877a1ca574026189ad58f8f764f69ef43b852f39.tar.bz2
historical-877a1ca574026189ad58f8f764f69ef43b852f39.zip
Add ~arm keyword and run eautoreconf (#260550).
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild')
-rw-r--r--net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild b/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild
index 1fc308c168a0..209e1d04eb1a 100644
--- a/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild
+++ b/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild,v 1.2 2008/06/21 08:53:01 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild,v 1.3 2009/03/06 18:48:28 mrness Exp $
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic autotools
DESCRIPTION="Taylor UUCP"
HOMEPAGE="http://www.airs.com/ian/uucp.html"
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/uucp/uucp-${PV}.tar.gz"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
+KEYWORDS="alpha amd64 ~arm ia64 ppc sparc x86"
DEPEND=">=sys-apps/sed-4"
RDEPEND=""
@@ -21,7 +21,9 @@ S="${WORKDIR}/uucp-1.07"
src_unpack() {
unpack ${A}
+ cd "${S}"
epatch "${FILESDIR}/${P}-gentoo.patch"
+ eautoreconf
}
src_compile() {