aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2017-03-03 12:29:40 +0100
committerFabian Groffen <grobian@gentoo.org>2017-03-03 14:29:16 +0100
commit32e198ae826e0f29baef8d9293ab5f7956b3da9b (patch)
treea5dcb52a0b6c3efbbc4453eec6e369a419ff6baf
parenttarball: exclude repoman sources (diff)
downloadportage-32e198ae.tar.gz
portage-32e198ae.tar.bz2
portage-32e198ae.zip
drop repoman from Makefiles
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r--bin/Makefile.in3
-rw-r--r--man/Makefile.am3
2 files changed, 2 insertions, 4 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in
index 8b4aac4f8..4ec94213e 100644
--- a/bin/Makefile.in
+++ b/bin/Makefile.in
@@ -23,8 +23,7 @@ usr_binprogs = \
emerge-webrsync \
emirrordist \
portageq \
- quickpkg \
- repoman
+ quickpkg
usr_sbinprogs = \
archive-conf \
diff --git a/man/Makefile.am b/man/Makefile.am
index 89daebe7b..4034c99ba 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -12,7 +12,6 @@ man_MANS = \
etc-update.1 \
make.conf.5 \
portage.5 \
- quickpkg.1 \
- repoman.1
+ quickpkg.1
EXTRA_DIST = $(man_MANS)